Html Css Color HEX #5E2848 Pompadour

📋 copy color: '#5E2848'

red 94 ◦ green 40 ◦ blue 72

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

Shades of Pompadour #5E2848

Tints of Pompadour #5E2848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.42%

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

R = 45.63%
G = 19.42%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#5E2848 (or 0x5E2848) is known color: Pompadour. HEX triplet: 5E, 28 and 48. RGB value is (94,40,72). Sum of RGB (Red+Green+Blue) = 94+40+72=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2848 is #A1D7B7. Grayscale: #3B3B3B. Windows color (decimal): -10606520 or 4728926. OLE color: 4728926.

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

Color convert

RGB 94 40 72 -
CMYK 0 0.57 0.23 0.63
HSL 324.44º 0.4% 0.26% -
HSV(B) 324.44º 0.57% 0.37% -
XYZ 6.54 4.37 6.63 -
YUV 59.79 134.89 152.4 -
System Red Green Blue C M Y K H S L
Decimal 94 40 72 0 0.57 0.23 0.63 324.44 0.4 0.26
Hex 5E 28 48 0 39 17 3F 144 28 1A
Octal 136 50 110 0 71 27 77 504 50 32
Binary 1011110 101000 1001000 0 111001 10111 111111 101000100 101000 11010

Color Harmonies of #5E2848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2848

Black with #5E2848

Text Example


Text Example

White with #5E2848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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