#56212D

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

Shades of Black Rose #56212D

Tints of Black Rose #56212D

Color information

#56212D (or 0x56212D) is unknown color: approx Black Rose. HEX triplet: 56, 21 and 2D. RGB value is (86,33,45). Sum of RGB (Red+Green+Blue) = 86+33+45=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56212D is #A9DED2. Grayscale: #323232. Windows color (decimal): -11132627 or 2957654. OLE color: 2957654.

HSL color Cylindrical-coordinate representation of color #56212D: hue angle of 346.42º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56212D is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB863345-
CMYK00.620.480.66
HSL346.42º44.54%23.33%-
HSV(B)346.42º61.63%33.73%-
XYZ4.863.262.86-
YUV50.22125.06153.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=52.44%
G=20.12%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86334500.620.480.66346.4244.5423.33
Hex56212D03E304215a2d17
Octal1264155076601025325527
Binary10101101000011011010111110110000100001010101101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56212D; }

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

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

<style>
 a { background-color: #56212D; }

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

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

<style>
 span { border-color: #56212D; }

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

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