Html Css Color HEX #5E1A4C Pompadour

📋 copy color: '#5E1A4C'

red 94 ◦ green 26 ◦ blue 76

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

Shades of Pompadour #5E1A4C

Tints of Pompadour #5E1A4C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.27%

 BLUE value IS 76 (30.08% from 255) = 38.78%

R = 47.96%
G = 13.27%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#5E1A4C (or 0x5E1A4C) is known color: Pompadour. HEX triplet: 5E, 1A and 4C. RGB value is (94,26,76). Sum of RGB (Red+Green+Blue) = 94+26+76=196 (25% of max value = 765). Red value is 94 (37.11% from 255 or 47.96% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1A4C is #A1E5B3. Grayscale: #333333. Windows color (decimal): -10610100 or 4987486. OLE color: 4987486.

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

Color convert

RGB 94 26 76 -
CMYK 0 0.72 0.19 0.63
HSL 315.88º 0.57% 0.24% -
HSV(B) 315.88º 0.72% 0.37% -
XYZ 6.29 3.64 7.21 -
YUV 52.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 94 26 76 0 0.72 0.19 0.63 315.88 0.57 0.24
Hex 5E 1A 4C 0 48 13 3F 13C 39 18
Octal 136 32 114 0 110 23 77 474 71 30
Binary 1011110 11010 1001100 0 1001000 10011 111111 100111100 111001 11000

Color Harmonies of #5E1A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1A4C

Black with #5E1A4C

Text Example


Text Example

White with #5E1A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,26,76); }

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

background-color css

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

 a { background-color: rgb(94,26,76); }

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

border-color css

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

 span { border-color: rgb(94,26,76); }

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