#5B2131

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

Shades of Black Rose #5B2131

Tints of Black Rose #5B2131

Color information

#5B2131 (or 0x5B2131) is unknown color: approx Black Rose. HEX triplet: 5B, 21 and 31. RGB value is (91,33,49). Sum of RGB (Red+Green+Blue) = 91+33+49=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2131 is #A4DECE. Grayscale: #343434. Windows color (decimal): -10804943 or 3219803. OLE color: 3219803.

HSL color Cylindrical-coordinate representation of color #5B2131: hue angle of 343.45º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B2131 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB913349-
CMYK00.640.460.64
HSL343.45º46.77%24.31%-
HSV(B)343.45º63.74%35.69%-
XYZ5.413.533.3-
YUV52.17126.22155.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.60%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=52.60%
G=19.08%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91334900.640.460.64343.4546.7724.31
Hex5B21310402E401572f18
Octal13341610100561005275730
Binary101101110000111000101000000101110100000010101011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,33,49); }

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

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

 a { background-color: rgb(91,33,49); }

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

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

 span { border-color: rgb(91,33,49); }

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