Html Css Color HEX #5E164D Pompadour

📋 copy color: '#5E164D'

red 94 ◦ green 22 ◦ blue 77

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

Shades of Pompadour #5E164D

Tints of Pompadour #5E164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.4%

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

R = 48.7%
G = 11.4%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#5E164D (or 0x5E164D) is known color: Pompadour. HEX triplet: 5E, 16 and 4D. RGB value is (94,22,77). Sum of RGB (Red+Green+Blue) = 94+22+77=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 94 - color contains mainly: red. Hex color #5E164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E164D is #A1E9B2. Grayscale: #313131. Windows color (decimal): -10611123 or 5051998. OLE color: 5051998.

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

Color convert

RGB 94 22 77 -
CMYK 0 0.77 0.18 0.63
HSL 314.17º 0.62% 0.23% -
HSV(B) 314.17º 0.77% 0.37% -
XYZ 6.24 3.49 7.37 -
YUV 49.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 94 22 77 0 0.77 0.18 0.63 314.17 0.62 0.23
Hex 5E 16 4D 0 4D 12 3F 13A 3E 17
Octal 136 26 115 0 115 22 77 472 76 27
Binary 1011110 10110 1001101 0 1001101 10010 111111 100111010 111110 10111

Color Harmonies of #5E164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E164D

Black with #5E164D

Text Example


Text Example

White with #5E164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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