#5B1841

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

Shades of Pompadour #5B1841

Tints of Pompadour #5B1841

Color information

#5B1841 (or 0x5B1841) is unknown color: approx Pompadour. HEX triplet: 5B, 18 and 41. RGB value is (91,24,65). Sum of RGB (Red+Green+Blue) = 91+24+65=180 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.56% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1841 is #A4E7BE. Grayscale: #303030. Windows color (decimal): -10807231 or 4266075. OLE color: 4266075.

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

Color convert

RGB912465-
CMYK00.740.290.64
HSL323.28º58.26%22.55%-
HSV(B)323.28º73.63%35.69%-
XYZ5.63.265.34-
YUV48.71137.2158.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 50.56%
GREEN value IS 24 (9.77% from 255) = 13.33%
BLUE value IS 65 (25.78% from 255) = 36.11%
R=50.56%
G=13.33%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91246500.740.290.64323.2858.2622.55
Hex5B184104A1D401433a17
Octal133301010112351005037227
Binary10110111100010000010100101011101100000010100001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,24,65); }

 H1.HeaderClassName
 {
   color: #5B1841;
 }
 .AnyTagClassName
 {
   color: #5B1841;
 }
</style>
background-color css

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

 a { background-color: rgb(91,24,65); }

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

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

 span { border-color: rgb(91,24,65); }

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