#5F2042

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

Shades of Pompadour #5F2042

Tints of Pompadour #5F2042

Color information

#5F2042 (or 0x5F2042) is unknown color: approx Pompadour. HEX triplet: 5F, 20 and 42. RGB value is (95,32,66). Sum of RGB (Red+Green+Blue) = 95+32+66=193 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.22% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2042 is #A0DFBD. Grayscale: #363636. Windows color (decimal): -10543038 or 4333663. OLE color: 4333663.

HSL color Cylindrical-coordinate representation of color #5F2042: hue angle of 327.62º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F2042 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB953266-
CMYK00.660.310.63
HSL327.62º49.61%24.9%-
HSV(B)327.62º66.32%37.25%-
XYZ6.223.865.57-
YUV54.71134.37156.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 49.22%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=49.22%
G=16.58%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95326600.660.310.63327.6249.6124.9
Hex5F20420421F3F1483219
Octal13740102010237775106231
Binary10111111000001000010010000101111111111110100100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F2042; }

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

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

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

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

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

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

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

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