Html Css Color HEX #5E163B Pompadour

📋 copy color: '#5E163B'

red 94 ◦ green 22 ◦ blue 59

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

Shades of Pompadour #5E163B

Tints of Pompadour #5E163B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.57%

 BLUE value IS 59 (23.44% from 255) = 33.71%

R = 53.71%
G = 12.57%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#5E163B (or 0x5E163B) is known color: Pompadour. HEX triplet: 5E, 16 and 3B. RGB value is (94,22,59). Sum of RGB (Red+Green+Blue) = 94+22+59=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E163B is #A1E9C4. Grayscale: #2F2F2F. Windows color (decimal): -10611141 or 3872350. OLE color: 3872350.

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

Color convert

RGB 94 22 59 -
CMYK 0 0.77 0.37 0.63
HSL 329.17º 0.62% 0.23% -
HSV(B) 329.17º 0.77% 0.37% -
XYZ 5.69 3.27 4.47 -
YUV 47.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 94 22 59 0 0.77 0.37 0.63 329.17 0.62 0.23
Hex 5E 16 3B 0 4D 25 3F 149 3E 17
Octal 136 26 73 0 115 45 77 511 76 27
Binary 1011110 10110 111011 0 1001101 100101 111111 101001001 111110 10111

Color Harmonies of #5E163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E163B

Black with #5E163B

Text Example


Text Example

White with #5E163B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,22,59); }

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

background-color css

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

 a { background-color: rgb(94,22,59); }

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

border-color css

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

 span { border-color: rgb(94,22,59); }

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