#5E253E

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

Shades of Pompadour #5E253E

Tints of Pompadour #5E253E

Color information

#5E253E (or 0x5E253E) is unknown color: approx Pompadour. HEX triplet: 5E, 25 and 3E. RGB value is (94,37,62). Sum of RGB (Red+Green+Blue) = 94+37+62=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 94 - color contains mainly: red. Hex color #5E253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E253E is #A1DAC1. Grayscale: #383838. Windows color (decimal): -10607298 or 4072798. OLE color: 4072798.

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

Color convert

RGB943762-
CMYK00.610.340.63
HSL333.68º43.51%25.69%-
HSV(B)333.68º60.64%36.86%-
XYZ6.154.055.02-
YUV56.89130.88154.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 48.70%
GREEN value IS 37 (14.84% from 255) = 19.17%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=48.70%
G=19.17%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94376200.610.340.63333.6843.5125.69
Hex5E253E03D223F14e2c1a
Octal136457607542775165432
Binary1011110100101111110011110110001011111110100111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,37,62); }

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

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

 a { background-color: rgb(94,37,62); }

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

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

 span { border-color: rgb(94,37,62); }

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