#561C30

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

Shades of Black Rose #561C30

Tints of Black Rose #561C30

Color information

#561C30 (or 0x561C30) is unknown color: approx Black Rose. HEX triplet: 56, 1C and 30. RGB value is (86,28,48). Sum of RGB (Red+Green+Blue) = 86+28+48=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #561C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C30 is #A9E3CF. Grayscale: #2F2F2F. Windows color (decimal): -11133904 or 3152982. OLE color: 3152982.

HSL color Cylindrical-coordinate representation of color #561C30: hue angle of 339.31º 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 #561C30 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB862848-
CMYK00.670.440.66
HSL339.31º50.88%22.35%-
HSV(B)339.31º67.44%33.73%-
XYZ4.793.023.13-
YUV47.62128.22155.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 28 (11.33% from 255) = 17.28%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=53.09%
G=17.28%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86284800.670.440.66339.3150.8822.35
Hex561C300432C421533316
Octal12634600103541025236326
Binary10101101110011000001000011101100100001010101001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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