#612042

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

Shades of Pompadour #612042

Tints of Pompadour #612042

Color information

#612042 (or 0x612042) is unknown color: approx Pompadour. HEX triplet: 61, 20 and 42. RGB value is (97,32,66). Sum of RGB (Red+Green+Blue) = 97+32+66=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #612042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612042 is #9EDFBD. Grayscale: #373737. Windows color (decimal): -10411966 or 4333665. OLE color: 4333665.

HSL color Cylindrical-coordinate representation of color #612042: hue angle of 328.62º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612042 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB973266-
CMYK00.670.320.62
HSL328.62º50.39%25.29%-
HSV(B)328.62º67.01%38.04%-
XYZ6.433.975.58-
YUV55.31134.03157.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=49.74%
G=16.41%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97326600.670.320.62328.6250.3925.29
Hex612042043203E1493219
Octal14140102010340765116231
Binary110000110000010000100100001110000011111010100100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612042; }

 p { color: rgb(97,32,66); }

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

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

 a { background-color: rgb(97,32,66); }

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

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

 span { border-color: rgb(97,32,66); }

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