Html Css Color HEX #5E154D Pompadour

📋 copy color: '#5E154D'

red 94 ◦ green 21 ◦ blue 77

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

Shades of Pompadour #5E154D

Tints of Pompadour #5E154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 40.1%

R = 48.96%
G = 10.94%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#5E154D (or 0x5E154D) is known color: Pompadour. HEX triplet: 5E, 15 and 4D. RGB value is (94,21,77). Sum of RGB (Red+Green+Blue) = 94+21+77=192 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.96% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 94 - color contains mainly: red. Hex color #5E154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E154D is #A1EAB2. Grayscale: #313131. Windows color (decimal): -10611379 or 5051742. OLE color: 5051742.

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

Color convert

RGB 94 21 77 -
CMYK 0 0.78 0.18 0.63
HSL 313.97º 0.63% 0.23% -
HSV(B) 313.97º 0.78% 0.37% -
XYZ 6.22 3.45 7.36 -
YUV 49.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 94 21 77 0 0.78 0.18 0.63 313.97 0.63 0.23
Hex 5E 15 4D 0 4E 12 3F 13A 3F 17
Octal 136 25 115 0 116 22 77 472 77 27
Binary 1011110 10101 1001101 0 1001110 10010 111111 100111010 111111 10111

Color Harmonies of #5E154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E154D

Black with #5E154D

Text Example


Text Example

White with #5E154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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