Html Css Color HEX #5E1542 Pompadour

📋 copy color: '#5E1542'

red 94 ◦ green 21 ◦ blue 66

#5E1542
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #5E1542

Tints of Pompadour #5E1542

RGB

 RED value IS 94 (37.11% from 255) = 51.93%

 GREEN value IS 21 (8.59% from 255) = 11.6%

 BLUE value IS 66 (26.17% from 255) = 36.46%

R = 51.93%
G = 11.6%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#5E1542 (or 0x5E1542) is known color: Pompadour. HEX triplet: 5E, 15 and 42. RGB value is (94,21,66). Sum of RGB (Red+Green+Blue) = 94+21+66=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1542 is #A1EABD. Grayscale: #2F2F2F. Windows color (decimal): -10611390 or 4330846. OLE color: 4330846.

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

Color convert

RGB 94 21 66 -
CMYK 0 0.78 0.30 0.63
HSL 323.01º 0.63% 0.23% -
HSV(B) 323.01º 0.78% 0.37% -
XYZ 5.87 3.31 5.48 -
YUV 47.96 138.18 160.84 -
System Red Green Blue C M Y K H S L
Decimal 94 21 66 0 0.78 0.30 0.63 323.01 0.63 0.23
Hex 5E 15 42 0 4E 1E 3F 143 3F 17
Octal 136 25 102 0 116 36 77 503 77 27
Binary 1011110 10101 1000010 0 1001110 11110 111111 101000011 111111 10111

Color Harmonies of #5E1542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1542

Black with #5E1542

Text Example


Text Example

White with #5E1542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,21,66); }

 H1.HeaderClassName
 {
   color: #5E1542;
 }
 .AnyTagClassName
 {
   color: #5E1542;
 }
</style>

background-color css

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

 a { background-color: rgb(94,21,66); }

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

border-color css

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

 span { border-color: rgb(94,21,66); }

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