#561C32

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

Shades of Black Rose #561C32

Tints of Black Rose #561C32

Color information

#561C32 (or 0x561C32) is unknown color: approx Black Rose. HEX triplet: 56, 1C and 32. RGB value is (86,28,50). Sum of RGB (Red+Green+Blue) = 86+28+50=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #561C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C32 is #A9E3CD. Grayscale: #2F2F2F. Windows color (decimal): -11133902 or 3284054. OLE color: 3284054.

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

Color convert

RGB862850-
CMYK00.670.420.66
HSL337.24º50.88%22.35%-
HSV(B)337.24º67.44%33.73%-
XYZ4.833.043.35-
YUV47.85129.22155.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 50 (19.92% from 255) = 30.49%
R=52.44%
G=17.07%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86285000.670.420.66337.2450.8822.35
Hex561C320432A421513316
Octal12634620103521025216326
Binary10101101110011001001000011101010100001010101000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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