#562832

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

Shades of Black Rose #562832

Tints of Black Rose #562832

Color information

#562832 (or 0x562832) is unknown color: approx Black Rose. HEX triplet: 56, 28 and 32. RGB value is (86,40,50). Sum of RGB (Red+Green+Blue) = 86+40+50=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #562832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562832 is #A9D7CD. Grayscale: #363636. Windows color (decimal): -11130830 or 3287126. OLE color: 3287126.

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

Color convert

RGB864050-
CMYK00.530.420.66
HSL346.96º36.51%24.71%-
HSV(B)346.96º53.49%33.73%-
XYZ5.173.733.46-
YUV54.89125.24150.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=48.86%
G=22.73%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86405000.530.420.66346.9636.5124.71
Hex5628320352A4215b2519
Octal1265062065521025334531
Binary10101101010001100100110101101010100001010101101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562832; }

 p { color: rgb(86,40,50); }

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

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

 a { background-color: rgb(86,40,50); }

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

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

 span { border-color: rgb(86,40,50); }

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