#56172F

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

Shades of Black Rose #56172F

Tints of Black Rose #56172F

Color information

#56172F (or 0x56172F) is unknown color: approx Black Rose. HEX triplet: 56, 17 and 2F. RGB value is (86,23,47). Sum of RGB (Red+Green+Blue) = 86+23+47=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #56172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56172F is #A9E8D0. Grayscale: #2C2C2C. Windows color (decimal): -11135185 or 3086166. OLE color: 3086166.

HSL color Cylindrical-coordinate representation of color #56172F: hue angle of 337.14º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56172F is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB862347-
CMYK00.730.450.66
HSL337.14º57.8%21.37%-
HSV(B)337.14º73.26%33.73%-
XYZ4.662.82.98-
YUV44.57129.37157.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 23 (9.38% from 255) = 14.74%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=55.13%
G=14.74%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86234700.730.450.66337.1457.821.37
Hex56172F0492D421513a15
Octal12627570111551025217225
Binary10101101011110111101001001101101100001010101000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56172F; }

 p { color: rgb(86,23,47); }

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

<style>
 a { background-color: #56172F; }

 a { background-color: rgb(86,23,47); }

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

<style>
 span { border-color: #56172F; }

 span { border-color: rgb(86,23,47); }

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