#5B212D

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

Shades of Black Rose #5B212D

Tints of Black Rose #5B212D

Color information

#5B212D (or 0x5B212D) is unknown color: approx Black Rose. HEX triplet: 5B, 21 and 2D. RGB value is (91,33,45). Sum of RGB (Red+Green+Blue) = 91+33+45=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B212D is #A4DED2. Grayscale: #333333. Windows color (decimal): -10804947 or 2957659. OLE color: 2957659.

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

Color convert

RGB913345-
CMYK00.640.510.64
HSL347.59º46.77%24.31%-
HSV(B)347.59º63.74%35.69%-
XYZ5.333.52.88-
YUV51.71124.22156.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 53.85%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=53.85%
G=19.53%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91334500.640.510.64347.5946.7724.31
Hex5B212D040334015c2f18
Octal13341550100631005345730
Binary101101110000110110101000000110011100000010101110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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