Html Css Color HEX #5E1F4D Pompadour

📋 copy color: '#5E1F4D'

red 94 ◦ green 31 ◦ blue 77

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

Shades of Pompadour #5E1F4D

Tints of Pompadour #5E1F4D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.35%

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

R = 46.53%
G = 15.35%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#5E1F4D (or 0x5E1F4D) is known color: Pompadour. HEX triplet: 5E, 1F and 4D. RGB value is (94,31,77). Sum of RGB (Red+Green+Blue) = 94+31+77=202 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.53% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E1F4D is #A1E0B2. Grayscale: #363636. Windows color (decimal): -10608819 or 5054302. OLE color: 5054302.

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

Color convert

RGB 94 31 77 -
CMYK 0 0.67 0.18 0.63
HSL 316.19º 0.5% 0.25% -
HSV(B) 316.19º 0.67% 0.37% -
XYZ 6.45 3.9 7.43 -
YUV 55.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 94 31 77 0 0.67 0.18 0.63 316.19 0.5 0.25
Hex 5E 1F 4D 0 43 12 3F 13C 32 19
Octal 136 37 115 0 103 22 77 474 62 31
Binary 1011110 11111 1001101 0 1000011 10010 111111 100111100 110010 11001

Color Harmonies of #5E1F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1F4D

Black with #5E1F4D

Text Example


Text Example

White with #5E1F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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