#562936

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

Shades of Black Rose #562936

Tints of Black Rose #562936

Color information

#562936 (or 0x562936) is unknown color: approx Black Rose. HEX triplet: 56, 29 and 36. RGB value is (86,41,54). Sum of RGB (Red+Green+Blue) = 86+41+54=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #562936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562936 is #A9D6C9. Grayscale: #373737. Windows color (decimal): -11130570 or 3549526. OLE color: 3549526.

HSL color Cylindrical-coordinate representation of color #562936: hue angle of 342.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #562936 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB864154-
CMYK00.520.370.66
HSL342.67º35.43%24.9%-
HSV(B)342.67º52.33%33.73%-
XYZ5.33.833.95-
YUV55.94126.91149.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.51%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 54 (21.48% from 255) = 29.83%
R=47.51%
G=22.65%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86415400.520.370.66342.6735.4324.9
Hex56293603425421572319
Octal1265166064451025274331
Binary10101101010011101100110100100101100001010101011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562936; }

 p { color: rgb(86,41,54); }

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

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

 a { background-color: rgb(86,41,54); }

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

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

 span { border-color: rgb(86,41,54); }

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