#5B1A47

Color #5B1A47 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #5B1A47

Tints of Pompadour #5B1A47

Color information

#5B1A47 (or 0x5B1A47) is unknown color: approx 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

RGB912671-
CMYK00.710.220.64
HSL318.46º55.56%22.94%-
HSV(B)318.46º71.43%35.69%-
XYZ5.823.426.31-
YUV50.56139.53156.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.40%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 71 (28.12% from 255) = 37.77%
R=48.40%
G=13.83%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91267100.710.220.64318.4655.5622.94
Hex5B1A47047164013e3817
Octal133321070107261004767027
Binary10110111101010001110100011110110100000010011111011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>