Html Css Color HEX #5E153C Pompadour

📋 copy color: '#5E153C'

red 94 ◦ green 21 ◦ blue 60

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

Shades of Pompadour #5E153C

Tints of Pompadour #5E153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.29%

R = 53.71%
G = 12%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#5E153C (or 0x5E153C) is known color: Pompadour. HEX triplet: 5E, 15 and 3C. RGB value is (94,21,60). Sum of RGB (Red+Green+Blue) = 94+21+60=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E153C is #A1EAC3. Grayscale: #2F2F2F. Windows color (decimal): -10611396 or 3937630. OLE color: 3937630.

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

Color convert

RGB 94 21 60 -
CMYK 0 0.78 0.36 0.63
HSL 327.95º 0.63% 0.23% -
HSV(B) 327.95º 0.78% 0.37% -
XYZ 5.7 3.24 4.6 -
YUV 47.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 94 21 60 0 0.78 0.36 0.63 327.95 0.63 0.23
Hex 5E 15 3C 0 4E 24 3F 148 3F 17
Octal 136 25 74 0 116 44 77 510 77 27
Binary 1011110 10101 111100 0 1001110 100100 111111 101001000 111111 10111

Color Harmonies of #5E153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E153C

Black with #5E153C

Text Example


Text Example

White with #5E153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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