#561E38

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

Shades of Black Rose #561E38

Tints of Black Rose #561E38

Color information

#561E38 (or 0x561E38) is unknown color: approx Black Rose. HEX triplet: 56, 1E and 38. RGB value is (86,30,56). Sum of RGB (Red+Green+Blue) = 86+30+56=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #561E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E38 is #A9E1C7. Grayscale: #313131. Windows color (decimal): -11133384 or 3677782. OLE color: 3677782.

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

Color convert

RGB863056-
CMYK00.650.350.66
HSL332.14º48.28%22.75%-
HSV(B)332.14º65.12%33.73%-
XYZ5.023.194.09-
YUV49.71131.55153.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 17.44%
BLUE value IS 56 (22.27% from 255) = 32.56%
R=50%
G=17.44%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86305600.650.350.66332.1448.2822.75
Hex561E38041234214c3017
Octal12636700101431025146027
Binary10101101111011100001000001100011100001010100110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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