Html Css Color HEX #5E153A Pompadour

📋 copy color: '#5E153A'

red 94 ◦ green 21 ◦ blue 58

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

Shades of Pompadour #5E153A

Tints of Pompadour #5E153A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.53%

R = 54.34%
G = 12.14%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#5E153A (or 0x5E153A) is known color: Pompadour. HEX triplet: 5E, 15 and 3A. RGB value is (94,21,58). Sum of RGB (Red+Green+Blue) = 94+21+58=173 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.34% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 94 - color contains mainly: red. Hex color #5E153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E153A is #A1EAC5. Grayscale: #2E2E2E. Windows color (decimal): -10611398 or 3806558. OLE color: 3806558.

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

Color convert

RGB 94 21 58 -
CMYK 0 0.78 0.38 0.63
HSL 329.59º 0.63% 0.23% -
HSV(B) 329.59º 0.78% 0.37% -
XYZ 5.65 3.22 4.33 -
YUV 47.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 94 21 58 0 0.78 0.38 0.63 329.59 0.63 0.23
Hex 5E 15 3A 0 4E 26 3F 14A 3F 17
Octal 136 25 72 0 116 46 77 512 77 27
Binary 1011110 10101 111010 0 1001110 100110 111111 101001010 111111 10111

Color Harmonies of #5E153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E153A

Black with #5E153A

Text Example


Text Example

White with #5E153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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