#5F284B

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

Shades of Pompadour #5F284B

Tints of Pompadour #5F284B

Color information

#5F284B (or 0x5F284B) is unknown color: approx Pompadour. HEX triplet: 5F, 28 and 4B. RGB value is (95,40,75). Sum of RGB (Red+Green+Blue) = 95+40+75=210 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.24% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 95 - color contains mainly: red. Hex color #5F284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F284B is #A0D7B4. Grayscale: #3C3C3C. Windows color (decimal): -10540981 or 4925535. OLE color: 4925535.

HSL color Cylindrical-coordinate representation of color #5F284B: hue angle of 321.82º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F284B is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB954075-
CMYK00.580.210.63
HSL321.82º40.74%26.47%-
HSV(B)321.82º57.89%37.25%-
XYZ6.754.467.16-
YUV60.43136.22152.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.24%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=45.24%
G=19.05%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95407500.580.210.63321.8240.7426.47
Hex5F284B03A153F142291a
Octal1375011307225775025132
Binary1011111101000100101101110101010111111110100001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,40,75); }

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

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

 a { background-color: rgb(95,40,75); }

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

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

 span { border-color: rgb(95,40,75); }

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