#5E234C

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

Shades of Pompadour #5E234C

Tints of Pompadour #5E234C

Color information

#5E234C (or 0x5E234C) is unknown color: approx Pompadour. HEX triplet: 5E, 23 and 4C. RGB value is (94,35,76). Sum of RGB (Red+Green+Blue) = 94+35+76=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E234C is #A1DCB3. Grayscale: #393939. Windows color (decimal): -10607796 or 4989790. OLE color: 4989790.

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

Color convert

RGB943576-
CMYK00.630.190.63
HSL318.31º45.74%25.29%-
HSV(B)318.31º62.77%36.86%-
XYZ6.524.17.29-
YUV57.32138.55154.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.85%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 76 (30.08% from 255) = 37.07%
R=45.85%
G=17.07%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94357600.630.190.63318.3145.7425.29
Hex5E234C03F133F13e2e19
Octal1364311407723774765631
Binary1011110100011100110001111111001111111110011111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,35,76); }

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

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

 a { background-color: rgb(94,35,76); }

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

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

 span { border-color: rgb(94,35,76); }

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