#562B36

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

Shades of Black Rose #562B36

Tints of Black Rose #562B36

Color information

#562B36 (or 0x562B36) is unknown color: approx Black Rose. HEX triplet: 56, 2B and 36. RGB value is (86,43,54). Sum of RGB (Red+Green+Blue) = 86+43+54=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #562B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B36 is #A9D4C9. Grayscale: #393939. Windows color (decimal): -11130058 or 3550038. OLE color: 3550038.

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

Color convert

RGB864354-
CMYK00.500.370.66
HSL344.65º33.33%25.29%-
HSV(B)344.65º50%33.73%-
XYZ5.373.973.97-
YUV57.11126.25148.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 54 (21.48% from 255) = 29.51%
R=46.99%
G=23.50%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86435400.500.370.66344.6533.3325.29
Hex562B3603225421592119
Octal1265366062451025314131
Binary10101101010111101100110010100101100001010101100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562B36; }

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

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

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

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

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

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

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

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