Html Css Color HEX #5E1541 Pompadour

📋 copy color: '#5E1541'

red 94 ◦ green 21 ◦ blue 65

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

Shades of Pompadour #5E1541

Tints of Pompadour #5E1541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 52.22%
G = 11.67%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#5E1541 (or 0x5E1541) is known color: Pompadour. HEX triplet: 5E, 15 and 41. RGB value is (94,21,65). Sum of RGB (Red+Green+Blue) = 94+21+65=180 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.22% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1541 is #A1EABE. Grayscale: #2F2F2F. Windows color (decimal): -10611391 or 4265310. OLE color: 4265310.

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

Color convert

RGB 94 21 65 -
CMYK 0 0.78 0.31 0.63
HSL 323.84º 0.63% 0.23% -
HSV(B) 323.84º 0.78% 0.37% -
XYZ 5.84 3.3 5.33 -
YUV 47.84 137.68 160.92 -
System Red Green Blue C M Y K H S L
Decimal 94 21 65 0 0.78 0.31 0.63 323.84 0.63 0.23
Hex 5E 15 41 0 4E 1F 3F 144 3F 17
Octal 136 25 101 0 116 37 77 504 77 27
Binary 1011110 10101 1000001 0 1001110 11111 111111 101000100 111111 10111

Color Harmonies of #5E1541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1541

Black with #5E1541

Text Example


Text Example

White with #5E1541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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