Html Css Color HEX #5E153E Pompadour

📋 copy color: '#5E153E'

red 94 ◦ green 21 ◦ blue 62

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

Shades of Pompadour #5E153E

Tints of Pompadour #5E153E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 53.11%
G = 11.86%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.63

RGB Variations

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

Color information

#5E153E (or 0x5E153E) is known color: Pompadour. HEX triplet: 5E, 15 and 3E. RGB value is (94,21,62). Sum of RGB (Red+Green+Blue) = 94+21+62=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E153E is #A1EAC1. Grayscale: #2F2F2F. Windows color (decimal): -10611394 or 4068702. OLE color: 4068702.

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

Color convert

RGB 94 21 62 -
CMYK 0 0.78 0.34 0.63
HSL 326.3º 0.63% 0.23% -
HSV(B) 326.3º 0.78% 0.37% -
XYZ 5.75 3.26 4.88 -
YUV 47.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 94 21 62 0 0.78 0.34 0.63 326.3 0.63 0.23
Hex 5E 15 3E 0 4E 22 3F 146 3F 17
Octal 136 25 76 0 116 42 77 506 77 27
Binary 1011110 10101 111110 0 1001110 100010 111111 101000110 111111 10111

Color Harmonies of #5E153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E153E

Black with #5E153E

Text Example


Text Example

White with #5E153E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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