#5E223C

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

Shades of Pompadour #5E223C

Tints of Pompadour #5E223C

Color information

#5E223C (or 0x5E223C) is unknown color: approx Pompadour. HEX triplet: 5E, 22 and 3C. RGB value is (94,34,60). Sum of RGB (Red+Green+Blue) = 94+34+60=188 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 94 - color contains mainly: red. Hex color #5E223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E223C is #A1DDC3. Grayscale: #363636. Windows color (decimal): -10608068 or 3940958. OLE color: 3940958.

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

Color convert

RGB943460-
CMYK00.640.360.63
HSL334º46.88%25.1%-
HSV(B)334º63.83%36.86%-
XYZ63.854.7-
YUV54.9130.88155.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 18.09%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=50%
G=18.09%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94346000.640.360.6333446.8825.1
Hex5E223C040243F14e2f19
Octal1364274010044775165731
Binary10111101000101111000100000010010011111110100111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,34,60); }

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

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

 a { background-color: rgb(94,34,60); }

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

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

 span { border-color: rgb(94,34,60); }

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