#5B1E3A

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

Shades of Pompadour #5B1E3A

Tints of Pompadour #5B1E3A

Color information

#5B1E3A (or 0x5B1E3A) is unknown color: approx Pompadour. HEX triplet: 5B, 1E and 3A. RGB value is (91,30,58). Sum of RGB (Red+Green+Blue) = 91+30+58=179 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.84% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1E3A is #A4E1C5. Grayscale: #333333. Windows color (decimal): -10805702 or 3808859. OLE color: 3808859.

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

Color convert

RGB913058-
CMYK00.670.360.64
HSL332.46º50.41%23.73%-
HSV(B)332.46º67.03%35.69%-
XYZ5.543.464.38-
YUV51.43131.71156.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 50.84%
GREEN value IS 30 (12.11% from 255) = 16.76%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=50.84%
G=16.76%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91305800.670.360.64332.4650.4123.73
Hex5B1E3A043244014c3218
Octal13336720103441005146230
Binary10110111111011101001000011100100100000010100110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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