#56172E

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

Shades of Black Rose #56172E

Tints of Black Rose #56172E

Color information

#56172E (or 0x56172E) is unknown color: approx Black Rose. HEX triplet: 56, 17 and 2E. RGB value is (86,23,46). Sum of RGB (Red+Green+Blue) = 86+23+46=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #56172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56172E is #A9E8D1. Grayscale: #2C2C2C. Windows color (decimal): -11135186 or 3020630. OLE color: 3020630.

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

Color convert

RGB862346-
CMYK00.730.470.66
HSL338.1º57.8%21.37%-
HSV(B)338.1º73.26%33.73%-
XYZ4.642.792.88-
YUV44.46128.87157.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.48%
GREEN value IS 23 (9.38% from 255) = 14.84%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=55.48%
G=14.84%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86234600.730.470.66338.157.821.37
Hex56172E0492F421523a15
Octal12627560111571025227225
Binary10101101011110111001001001101111100001010101001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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