Html Css Color HEX #5E1D39 Pompadour

📋 copy color: '#5E1D39'

red 94 ◦ green 29 ◦ blue 57

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

Shades of Pompadour #5E1D39

Tints of Pompadour #5E1D39

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.11%

 BLUE value IS 57 (22.66% from 255) = 31.67%

R = 52.22%
G = 16.11%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.63

RGB Variations

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

Color information

#5E1D39 (or 0x5E1D39) is known color: Pompadour. HEX triplet: 5E, 1D and 39. RGB value is (94,29,57). Sum of RGB (Red+Green+Blue) = 94+29+57=180 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.22% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1D39 is #A1E2C6. Grayscale: #333333. Windows color (decimal): -10609351 or 3743070. OLE color: 3743070.

HSL color Cylindrical-coordinate representation of color #5E1D39: hue angle of 334.15º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E1D39 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 29 57 -
CMYK 0 0.69 0.39 0.63
HSL 334.15º 0.53% 0.24% -
HSV(B) 334.15º 0.69% 0.37% -
XYZ 5.79 3.55 4.25 -
YUV 51.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 94 29 57 0 0.69 0.39 0.63 334.15 0.53 0.24
Hex 5E 1D 39 0 45 27 3F 14E 35 18
Octal 136 35 71 0 105 47 77 516 65 30
Binary 1011110 11101 111001 0 1000101 100111 111111 101001110 110101 11000

Color Harmonies of #5E1D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1D39

Black with #5E1D39

Text Example


Text Example

White with #5E1D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,29,57); }

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

background-color css

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

 a { background-color: rgb(94,29,57); }

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

border-color css

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

 span { border-color: rgb(94,29,57); }

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