#5B1A3C

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

Shades of Pompadour #5B1A3C

Tints of Pompadour #5B1A3C

Color information

#5B1A3C (or 0x5B1A3C) is unknown color: approx Pompadour. HEX triplet: 5B, 1A and 3C. RGB value is (91,26,60). Sum of RGB (Red+Green+Blue) = 91+26+60=177 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.41% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1A3C is #A4E5C3. Grayscale: #313131. Windows color (decimal): -10806724 or 3938907. OLE color: 3938907.

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

Color convert

RGB912660-
CMYK00.710.340.64
HSL328.62º55.56%22.94%-
HSV(B)328.62º71.43%35.69%-
XYZ5.53.294.62-
YUV49.31134.03157.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 51.41%
GREEN value IS 26 (10.55% from 255) = 14.69%
BLUE value IS 60 (23.83% from 255) = 33.90%
R=51.41%
G=14.69%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91266000.710.340.64328.6255.5622.94
Hex5B1A3C04722401493817
Octal13332740107421005117027
Binary10110111101011110001000111100010100000010100100111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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