#5B1632

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

Shades of Black Rose #5B1632

Tints of Black Rose #5B1632

Color information

#5B1632 (or 0x5B1632) is unknown color: approx Black Rose. HEX triplet: 5B, 16 and 32. RGB value is (91,22,50). Sum of RGB (Red+Green+Blue) = 91+22+50=163 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.83% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1632 is #A4E9CD. Grayscale: #2D2D2D. Windows color (decimal): -10807758 or 3282523. OLE color: 3282523.

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

Color convert

RGB912250-
CMYK00.760.450.64
HSL335.65º61.06%22.16%-
HSV(B)335.65º75.82%35.69%-
XYZ5.183.033.33-
YUV45.82130.36160.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 55.83%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=55.83%
G=13.50%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91225000.760.450.64335.6561.0622.16
Hex5B163204C2D401503d16
Octal13326620114551005207526
Binary10110111011011001001001100101101100000010101000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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