#56212E

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

Shades of Black Rose #56212E

Tints of Black Rose #56212E

Color information

#56212E (or 0x56212E) is unknown color: approx Black Rose. HEX triplet: 56, 21 and 2E. RGB value is (86,33,46). Sum of RGB (Red+Green+Blue) = 86+33+46=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56212E is #A9DED1. Grayscale: #323232. Windows color (decimal): -11132626 or 3023190. OLE color: 3023190.

HSL color Cylindrical-coordinate representation of color #56212E: hue angle of 345.28º 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 #56212E is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB863346-
CMYK00.620.470.66
HSL345.28º44.54%23.33%-
HSV(B)345.28º61.63%33.73%-
XYZ4.873.262.96-
YUV50.33125.56153.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 33 (13.28% from 255) = 20%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=52.12%
G=20%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86334600.620.470.66345.2844.5423.33
Hex56212E03E2F421592d17
Octal1264156076571025315527
Binary10101101000011011100111110101111100001010101100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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