#5B1531

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

Shades of Black Rose #5B1531

Tints of Black Rose #5B1531

Color information

#5B1531 (or 0x5B1531) is unknown color: approx Black Rose. HEX triplet: 5B, 15 and 31. RGB value is (91,21,49). Sum of RGB (Red+Green+Blue) = 91+21+49=161 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.52% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1531 is #A4EACE. Grayscale: #2D2D2D. Windows color (decimal): -10808015 or 3216731. OLE color: 3216731.

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

Color convert

RGB912149-
CMYK00.770.460.64
HSL336º62.5%21.96%-
HSV(B)336º76.92%35.69%-
XYZ5.142.983.21-
YUV45.12130.19160.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 56.52%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 49 (19.53% from 255) = 30.43%
R=56.52%
G=13.04%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91214900.770.460.6433662.521.96
Hex5B153104D2E401503e16
Octal13325610115561005207626
Binary10110111010111000101001101101110100000010101000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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