Html Css Color HEX #5E1747 Pompadour

📋 copy color: '#5E1747'

red 94 ◦ green 23 ◦ blue 71

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

Shades of Pompadour #5E1747

Tints of Pompadour #5E1747

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

 BLUE value IS 71 (28.13% from 255) = 37.77%

R = 50%
G = 12.23%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#5E1747 (or 0x5E1747) is known color: Pompadour. HEX triplet: 5E, 17 and 47. RGB value is (94,23,71). Sum of RGB (Red+Green+Blue) = 94+23+71=188 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1747 is #A1E8B8. Grayscale: #313131. Windows color (decimal): -10610873 or 4659038. OLE color: 4659038.

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

Color convert

RGB 94 23 71 -
CMYK 0 0.76 0.24 0.63
HSL 319.44º 0.61% 0.23% -
HSV(B) 319.44º 0.76% 0.37% -
XYZ 6.06 3.45 6.31 -
YUV 49.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 94 23 71 0 0.76 0.24 0.63 319.44 0.61 0.23
Hex 5E 17 47 0 4C 18 3F 13F 3D 17
Octal 136 27 107 0 114 30 77 477 75 27
Binary 1011110 10111 1000111 0 1001100 11000 111111 100111111 111101 10111

Color Harmonies of #5E1747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1747

Black with #5E1747

Text Example


Text Example

White with #5E1747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,23,71); }

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

background-color css

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

 a { background-color: rgb(94,23,71); }

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

border-color css

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

 span { border-color: rgb(94,23,71); }

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