#561C33

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

Shades of Black Rose #561C33

Tints of Black Rose #561C33

Color information

#561C33 (or 0x561C33) is unknown color: approx Black Rose. HEX triplet: 56, 1C and 33. RGB value is (86,28,51). Sum of RGB (Red+Green+Blue) = 86+28+51=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #561C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C33 is #A9E3CC. Grayscale: #2F2F2F. Windows color (decimal): -11133901 or 3349590. OLE color: 3349590.

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

Color convert

RGB862851-
CMYK00.670.410.66
HSL336.21º50.88%22.35%-
HSV(B)336.21º67.44%33.73%-
XYZ4.853.053.46-
YUV47.96129.72155.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 28 (11.33% from 255) = 16.97%
BLUE value IS 51 (20.31% from 255) = 30.91%
R=52.12%
G=16.97%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86285100.670.410.66336.2150.8822.35
Hex561C3304329421503316
Octal12634630103511025206326
Binary10101101110011001101000011101001100001010101000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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