#61153F

Color #61153F Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #61153F

Tints of Pompadour #61153F

Color information

#61153F (or 0x61153F) is unknown color: approx Pompadour. HEX triplet: 61, 15 and 3F. RGB value is (97,21,63). Sum of RGB (Red+Green+Blue) = 97+21+63=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61153F is #9EEAC0. Grayscale: #303030. Windows color (decimal): -10414785 or 4134241. OLE color: 4134241.

HSL color Cylindrical-coordinate representation of color #61153F: hue angle of 326.84º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61153F is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB972163-
CMYK00.780.350.62
HSL326.84º64.41%23.14%-
HSV(B)326.84º78.35%38.04%-
XYZ6.13.445.04-
YUV48.51136.18162.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 63 (25% from 255) = 34.81%
R=53.59%
G=11.60%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97216300.780.350.62326.8464.4123.14
Hex61153F04E233E1474017
Octal14125770116437650710027
Binary11000011010111111101001110100011111110101000111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61153F; }

 p { color: rgb(97,21,63); }

 H1.HeaderClassName
 {
   color: #61153F;
 }
 .AnyTagClassName
 {
   color: #61153F;
 }
</style>
background-color css

<style>
 a { background-color: #61153F; }

 a { background-color: rgb(97,21,63); }

 div.DivClassName
 {
   background-color: #61153F;
 }
 .BgClassName
 {
   background-color: #61153F;
 }
</style>
border-color css

<style>
 span { border-color: #61153F; }

 span { border-color: rgb(97,21,63); }

 td.TdClassName
 {
   border-color: #61153F;
 }
 .TagClassName
 {
   border-color: #61153F;
 }
</style>