#562636

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

Shades of Black Rose #562636

Tints of Black Rose #562636

Color information

#562636 (or 0x562636) is unknown color: approx Black Rose. HEX triplet: 56, 26 and 36. RGB value is (86,38,54). Sum of RGB (Red+Green+Blue) = 86+38+54=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #562636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562636 is #A9D9C9. Grayscale: #363636. Windows color (decimal): -11131338 or 3548758. OLE color: 3548758.

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

Color convert

RGB863854-
CMYK00.560.370.66
HSL340º38.71%24.31%-
HSV(B)340º55.81%33.73%-
XYZ5.23.633.92-
YUV54.18127.9150.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.31%
GREEN value IS 38 (15.23% from 255) = 21.35%
BLUE value IS 54 (21.48% from 255) = 30.34%
R=48.31%
G=21.35%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86385400.560.370.6634038.7124.31
Hex56263603825421542718
Octal1264666070451025244730
Binary10101101001101101100111000100101100001010101010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562636; }

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

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

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

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

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

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

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

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