#5B1E40

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

Shades of Pompadour #5B1E40

Tints of Pompadour #5B1E40

Color information

#5B1E40 (or 0x5B1E40) is unknown color: approx Pompadour. HEX triplet: 5B, 1E and 40. RGB value is (91,30,64). Sum of RGB (Red+Green+Blue) = 91+30+64=185 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.19% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1E40 is #A4E1BF. Grayscale: #343434. Windows color (decimal): -10805696 or 4202075. OLE color: 4202075.

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

Color convert

RGB913064-
CMYK00.670.300.64
HSL326.56º50.41%23.73%-
HSV(B)326.56º67.03%35.69%-
XYZ5.73.525.23-
YUV52.12134.71155.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 49.19%
GREEN value IS 30 (12.11% from 255) = 16.22%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=49.19%
G=16.22%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91306400.670.300.64326.5650.4123.73
Hex5B1E400431E401473218
Octal133361000103361005076230
Binary10110111111010000000100001111110100000010100011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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