#561E30

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

Shades of Black Rose #561E30

Tints of Black Rose #561E30

Color information

#561E30 (or 0x561E30) is unknown color: approx Black Rose. HEX triplet: 56, 1E and 30. RGB value is (86,30,48). Sum of RGB (Red+Green+Blue) = 86+30+48=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #561E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E30 is #A9E1CF. Grayscale: #303030. Windows color (decimal): -11133392 or 3153494. OLE color: 3153494.

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

Color convert

RGB863048-
CMYK00.650.440.66
HSL340.71º48.28%22.75%-
HSV(B)340.71º65.12%33.73%-
XYZ4.843.123.14-
YUV48.8127.55154.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 30 (12.11% from 255) = 18.29%
BLUE value IS 48 (19.14% from 255) = 29.27%
R=52.44%
G=18.29%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86304800.650.440.66340.7148.2822.75
Hex561E300412C421553017
Octal12636600101541025256027
Binary10101101111011000001000001101100100001010101010111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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