Html Css Color HEX #5B1E47 Pompadour

📋 copy color: '#5B1E47'

red 91 ◦ green 30 ◦ blue 71

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

Shades of Pompadour #5B1E47

Tints of Pompadour #5B1E47

RGB

 RED value IS 91 (35.94% from 255) = 47.4%

 GREEN value IS 30 (12.11% from 255) = 15.63%

 BLUE value IS 71 (28.13% from 255) = 36.98%

R = 47.4%
G = 15.63%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#5B1E47 (or 0x5B1E47) is known color: Pompadour. HEX triplet: 5B, 1E and 47. RGB value is (91,30,71). Sum of RGB (Red+Green+Blue) = 91+30+71=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1E47 is #A4E1B8. Grayscale: #343434. Windows color (decimal): -10805689 or 4660827. OLE color: 4660827.

HSL color Cylindrical-coordinate representation of color #5B1E47: hue angle of 319.67º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B1E47 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 30 71 -
CMYK 0 0.67 0.22 0.64
HSL 319.67º 0.5% 0.24% -
HSV(B) 319.67º 0.67% 0.36% -
XYZ 5.92 3.61 6.35 -
YUV 52.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 91 30 71 0 0.67 0.22 0.64 319.67 0.5 0.24
Hex 5B 1E 47 0 43 16 40 140 32 18
Octal 133 36 107 0 103 26 100 500 62 30
Binary 1011011 11110 1000111 0 1000011 10110 1000000 101000000 110010 11000

Color Harmonies of #5B1E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1E47

Black with #5B1E47

Text Example


Text Example

White with #5B1E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,30,71); }

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

background-color css

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

 a { background-color: rgb(91,30,71); }

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

border-color css

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

 span { border-color: rgb(91,30,71); }

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