#5B1532

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

Shades of Black Rose #5B1532

Tints of Black Rose #5B1532

Color information

#5B1532 (or 0x5B1532) is unknown color: approx Black Rose. HEX triplet: 5B, 15 and 32. RGB value is (91,21,50). Sum of RGB (Red+Green+Blue) = 91+21+50=162 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.17% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1532 is #A4EACD. Grayscale: #2D2D2D. Windows color (decimal): -10808014 or 3282267. OLE color: 3282267.

HSL color Cylindrical-coordinate representation of color #5B1532: hue angle of 335.14º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B1532 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB912150-
CMYK00.770.450.64
HSL335.14º62.5%21.96%-
HSV(B)335.14º76.92%35.69%-
XYZ5.162.993.32-
YUV45.24130.69160.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 56.17%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=56.17%
G=12.96%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91215000.770.450.64335.1462.521.96
Hex5B153204D2D4014f3e16
Octal13325620115551005177626
Binary10110111010111001001001101101101100000010100111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,21,50); }

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

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

 a { background-color: rgb(91,21,50); }

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

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

 span { border-color: rgb(91,21,50); }

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