#561C2C

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

Shades of Black Rose #561C2C

Tints of Black Rose #561C2C

Color information

#561C2C (or 0x561C2C) is unknown color: approx Black Rose. HEX triplet: 56, 1C and 2C. RGB value is (86,28,44). Sum of RGB (Red+Green+Blue) = 86+28+44=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #561C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C2C is #A9E3D3. Grayscale: #2F2F2F. Windows color (decimal): -11133908 or 2890838. OLE color: 2890838.

HSL color Cylindrical-coordinate representation of color #561C2C: hue angle of 343.45º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #561C2C is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB862844-
CMYK00.670.490.66
HSL343.45º50.88%22.35%-
HSV(B)343.45º67.44%33.73%-
XYZ4.712.992.71-
YUV47.17126.22155.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.43%
GREEN value IS 28 (11.33% from 255) = 17.72%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=54.43%
G=17.72%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86284400.670.490.66343.4550.8822.35
Hex561C2C04331421573316
Octal12634540103611025276326
Binary10101101110010110001000011110001100001010101011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561C2C; }

 p { color: rgb(86,28,44); }

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

<style>
 a { background-color: #561C2C; }

 a { background-color: rgb(86,28,44); }

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

<style>
 span { border-color: #561C2C; }

 span { border-color: rgb(86,28,44); }

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