Html Css Color HEX #5E254D Pompadour

📋 copy color: '#5E254D'

red 94 ◦ green 37 ◦ blue 77

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

Shades of Pompadour #5E254D

Tints of Pompadour #5E254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.79%

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

R = 45.19%
G = 17.79%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#5E254D (or 0x5E254D) is known color: Pompadour. HEX triplet: 5E, 25 and 4D. RGB value is (94,37,77). Sum of RGB (Red+Green+Blue) = 94+37+77=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 94 - color contains mainly: red. Hex color #5E254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E254D is #A1DAB2. Grayscale: #3A3A3A. Windows color (decimal): -10607283 or 5055838. OLE color: 5055838.

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

Color convert

RGB 94 37 77 -
CMYK 0 0.61 0.18 0.63
HSL 317.89º 0.44% 0.26% -
HSV(B) 317.89º 0.61% 0.37% -
XYZ 6.62 4.24 7.49 -
YUV 58.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 94 37 77 0 0.61 0.18 0.63 317.89 0.44 0.26
Hex 5E 25 4D 0 3D 12 3F 13E 2C 1A
Octal 136 45 115 0 75 22 77 476 54 32
Binary 1011110 100101 1001101 0 111101 10010 111111 100111110 101100 11010

Color Harmonies of #5E254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E254D

Black with #5E254D

Text Example


Text Example

White with #5E254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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