#5F2E4C

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

Shades of Pompadour #5F2E4C

Tints of Pompadour #5F2E4C

Color information

#5F2E4C (or 0x5F2E4C) is unknown color: approx Pompadour. HEX triplet: 5F, 2E and 4C. RGB value is (95,46,76). Sum of RGB (Red+Green+Blue) = 95+46+76=217 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.78% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2E4C is #A0D1B3. Grayscale: #404040. Windows color (decimal): -10539444 or 4992607. OLE color: 4992607.

HSL color Cylindrical-coordinate representation of color #5F2E4C: hue angle of 323.27º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F2E4C is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.63.

Color convert

RGB954676-
CMYK00.520.200.63
HSL323.27º34.75%27.65%-
HSV(B)323.27º51.58%37.25%-
XYZ74.917.42-
YUV64.07134.73150.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.78%
GREEN value IS 46 (18.36% from 255) = 21.20%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=43.78%
G=21.20%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95467600.520.200.63323.2734.7527.65
Hex5F2E4C034143F143231c
Octal1375611406424775034334
Binary1011111101110100110001101001010011111110100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,46,76); }

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

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

 a { background-color: rgb(95,46,76); }

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

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

 span { border-color: rgb(95,46,76); }

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