Html Css Color HEX #5E1546 Pompadour

📋 copy color: '#5E1546'

red 94 ◦ green 21 ◦ blue 70

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

Shades of Pompadour #5E1546

Tints of Pompadour #5E1546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.84%

R = 50.81%
G = 11.35%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#5E1546 (or 0x5E1546) is known color: Pompadour. HEX triplet: 5E, 15 and 46. RGB value is (94,21,70). Sum of RGB (Red+Green+Blue) = 94+21+70=185 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.81% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1546 is #A1EAB9. Grayscale: #303030. Windows color (decimal): -10611386 or 4592990. OLE color: 4592990.

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

Color convert

RGB 94 21 70 -
CMYK 0 0.78 0.26 0.63
HSL 319.73º 0.63% 0.23% -
HSV(B) 319.73º 0.78% 0.37% -
XYZ 5.99 3.36 6.13 -
YUV 48.41 140.18 160.52 -
System Red Green Blue C M Y K H S L
Decimal 94 21 70 0 0.78 0.26 0.63 319.73 0.63 0.23
Hex 5E 15 46 0 4E 1A 3F 140 3F 17
Octal 136 25 106 0 116 32 77 500 77 27
Binary 1011110 10101 1000110 0 1001110 11010 111111 101000000 111111 10111

Color Harmonies of #5E1546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1546

Black with #5E1546

Text Example


Text Example

White with #5E1546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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