Html Css Color HEX #5B1A47 Pompadour

📋 copy color: '#5B1A47'

red 91 ◦ green 26 ◦ blue 71

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

Shades of Pompadour #5B1A47

Tints of Pompadour #5B1A47

RGB

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

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

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

R = 48.4%
G = 13.83%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#5B1A47 (or 0x5B1A47) is known color: Pompadour. HEX triplet: 5B, 1A and 47. RGB value is (91,26,71). Sum of RGB (Red+Green+Blue) = 91+26+71=188 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.40% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1A47 is #A4E5B8. Grayscale: #323232. Windows color (decimal): -10806713 or 4659803. OLE color: 4659803.

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

Color convert

RGB 91 26 71 -
CMYK 0 0.71 0.22 0.64
HSL 318.46º 0.56% 0.23% -
HSV(B) 318.46º 0.71% 0.36% -
XYZ 5.82 3.42 6.31 -
YUV 50.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 91 26 71 0 0.71 0.22 0.64 318.46 0.56 0.23
Hex 5B 1A 47 0 47 16 40 13E 38 17
Octal 133 32 107 0 107 26 100 476 70 27
Binary 1011011 11010 1000111 0 1000111 10110 1000000 100111110 111000 10111

Color Harmonies of #5B1A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1A47

Black with #5B1A47

Text Example


Text Example

White with #5B1A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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