Html Css Color HEX #5B1A49 Pompadour

📋 copy color: '#5B1A49'

red 91 ◦ green 26 ◦ blue 73

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

Shades of Pompadour #5B1A49

Tints of Pompadour #5B1A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 38.42%

R = 47.89%
G = 13.68%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#5B1A49 (or 0x5B1A49) is known color: Pompadour. HEX triplet: 5B, 1A and 49. RGB value is (91,26,73). Sum of RGB (Red+Green+Blue) = 91+26+73=190 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.89% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1A49 is #A4E5B6. Grayscale: #323232. Windows color (decimal): -10806711 or 4790875. OLE color: 4790875.

HSL color Cylindrical-coordinate representation of color #5B1A49: hue angle of 316.62º 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 #5B1A49 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 26 73 -
CMYK 0 0.71 0.20 0.64
HSL 316.62º 0.56% 0.23% -
HSV(B) 316.62º 0.71% 0.36% -
XYZ 5.89 3.44 6.66 -
YUV 50.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 91 26 73 0 0.71 0.20 0.64 316.62 0.56 0.23
Hex 5B 1A 49 0 47 14 40 13D 38 17
Octal 133 32 111 0 107 24 100 475 70 27
Binary 1011011 11010 1001001 0 1000111 10100 1000000 100111101 111000 10111

Color Harmonies of #5B1A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1A49

Black with #5B1A49

Text Example


Text Example

White with #5B1A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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