#562932

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

Shades of Black Rose #562932

Tints of Black Rose #562932

Color information

#562932 (or 0x562932) is unknown color: approx Black Rose. HEX triplet: 56, 29 and 32. RGB value is (86,41,50). Sum of RGB (Red+Green+Blue) = 86+41+50=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #562932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562932 is #A9D6CD. Grayscale: #373737. Windows color (decimal): -11130574 or 3287382. OLE color: 3287382.

HSL color Cylindrical-coordinate representation of color #562932: hue angle of 348º 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 #562932 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.66.

Color convert

RGB864150-
CMYK00.520.420.66
HSL348º35.43%24.9%-
HSV(B)348º52.33%33.73%-
XYZ5.213.793.48-
YUV55.48124.91149.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 50 (19.92% from 255) = 28.25%
R=48.59%
G=23.16%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86415000.520.420.6634835.4324.9
Hex5629320342A4215c2319
Octal1265162064521025344331
Binary10101101010011100100110100101010100001010101110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562932; }

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

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

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

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

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

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

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

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