#56172D

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

Shades of Black Rose #56172D

Tints of Black Rose #56172D

Color information

#56172D (or 0x56172D) is unknown color: approx Black Rose. HEX triplet: 56, 17 and 2D. RGB value is (86,23,45). Sum of RGB (Red+Green+Blue) = 86+23+45=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #56172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56172D is #A9E8D2. Grayscale: #2C2C2C. Windows color (decimal): -11135187 or 2955094. OLE color: 2955094.

HSL color Cylindrical-coordinate representation of color #56172D: hue angle of 339.05º 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 #56172D is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB862345-
CMYK00.730.480.66
HSL339.05º57.8%21.37%-
HSV(B)339.05º73.26%33.73%-
XYZ4.622.782.78-
YUV44.34128.37157.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.84%
GREEN value IS 23 (9.38% from 255) = 14.94%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=55.84%
G=14.94%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86234500.730.480.66339.0557.821.37
Hex56172D04930421533a15
Octal12627550111601025237225
Binary10101101011110110101001001110000100001010101001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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