Html Css Color HEX #5E1E48 Pompadour

📋 copy color: '#5E1E48'

red 94 ◦ green 30 ◦ blue 72

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

Shades of Pompadour #5E1E48

Tints of Pompadour #5E1E48

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.31%

 BLUE value IS 72 (28.52% from 255) = 36.73%

R = 47.96%
G = 15.31%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#5E1E48 (or 0x5E1E48) is known color: Pompadour. HEX triplet: 5E, 1E and 48. RGB value is (94,30,72). Sum of RGB (Red+Green+Blue) = 94+30+72=196 (25% of max value = 765). Red value is 94 (37.11% from 255 or 47.96% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1E48 is #A1E1B7. Grayscale: #353535. Windows color (decimal): -10609080 or 4726366. OLE color: 4726366.

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

Color convert

RGB 94 30 72 -
CMYK 0 0.68 0.23 0.63
HSL 320.63º 0.52% 0.24% -
HSV(B) 320.63º 0.68% 0.37% -
XYZ 6.25 3.78 6.53 -
YUV 53.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 94 30 72 0 0.68 0.23 0.63 320.63 0.52 0.24
Hex 5E 1E 48 0 44 17 3F 141 34 18
Octal 136 36 110 0 104 27 77 501 64 30
Binary 1011110 11110 1001000 0 1000100 10111 111111 101000001 110100 11000

Color Harmonies of #5E1E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1E48

Black with #5E1E48

Text Example


Text Example

White with #5E1E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,30,72); }

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

background-color css

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

 a { background-color: rgb(94,30,72); }

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

border-color css

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

 span { border-color: rgb(94,30,72); }

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