#5E234A

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

Shades of Pompadour #5E234A

Tints of Pompadour #5E234A

Color information

#5E234A (or 0x5E234A) is unknown color: approx Pompadour. HEX triplet: 5E, 23 and 4A. RGB value is (94,35,74). Sum of RGB (Red+Green+Blue) = 94+35+74=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 94 - color contains mainly: red. Hex color #5E234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E234A is #A1DCB5. Grayscale: #383838. Windows color (decimal): -10607798 or 4858718. OLE color: 4858718.

HSL color Cylindrical-coordinate representation of color #5E234A: hue angle of 320.34º 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 #5E234A is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB943574-
CMYK00.630.210.63
HSL320.34º45.74%25.29%-
HSV(B)320.34º62.77%36.86%-
XYZ6.454.086.93-
YUV57.09137.55154.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.31%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=46.31%
G=17.24%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94357400.630.210.63320.3445.7425.29
Hex5E234A03F153F1402e19
Octal1364311207725775005631
Binary1011110100011100101001111111010111111110100000010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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