#561B30

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

Shades of Black Rose #561B30

Tints of Black Rose #561B30

Color information

#561B30 (or 0x561B30) is unknown color: approx Black Rose. HEX triplet: 56, 1B and 30. RGB value is (86,27,48). Sum of RGB (Red+Green+Blue) = 86+27+48=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #561B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B30 is #A9E4CF. Grayscale: #2F2F2F. Windows color (decimal): -11134160 or 3152726. OLE color: 3152726.

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

Color convert

RGB862748-
CMYK00.690.440.66
HSL338.64º52.21%22.16%-
HSV(B)338.64º68.6%33.73%-
XYZ4.762.983.12-
YUV47.04128.55155.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 27 (10.94% from 255) = 16.77%
BLUE value IS 48 (19.14% from 255) = 29.81%
R=53.42%
G=16.77%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86274800.690.440.66338.6452.2122.16
Hex561B300452C421533416
Octal12633600105541025236426
Binary10101101101111000001000101101100100001010101001111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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