Html Css Color HEX #5E2147 Pompadour

📋 copy color: '#5E2147'

red 94 ◦ green 33 ◦ blue 71

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

Shades of Pompadour #5E2147

Tints of Pompadour #5E2147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.67%

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

R = 47.47%
G = 16.67%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#5E2147 (or 0x5E2147) is known color: Pompadour. HEX triplet: 5E, 21 and 47. RGB value is (94,33,71). Sum of RGB (Red+Green+Blue) = 94+33+71=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2147 is #A1DEB8. Grayscale: #373737. Windows color (decimal): -10608313 or 4661598. OLE color: 4661598.

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

Color convert

RGB 94 33 71 -
CMYK 0 0.65 0.24 0.63
HSL 322.62º 0.48% 0.25% -
HSV(B) 322.62º 0.65% 0.37% -
XYZ 6.3 3.92 6.39 -
YUV 55.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 94 33 71 0 0.65 0.24 0.63 322.62 0.48 0.25
Hex 5E 21 47 0 41 18 3F 143 30 19
Octal 136 41 107 0 101 30 77 503 60 31
Binary 1011110 100001 1000111 0 1000001 11000 111111 101000011 110000 11001

Color Harmonies of #5E2147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2147

Black with #5E2147

Text Example


Text Example

White with #5E2147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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