#562532

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

Shades of Black Rose #562532

Tints of Black Rose #562532

Color information

#562532 (or 0x562532) is unknown color: approx Black Rose. HEX triplet: 56, 25 and 32. RGB value is (86,37,50). Sum of RGB (Red+Green+Blue) = 86+37+50=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #562532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562532 is #A9DACD. Grayscale: #353535. Windows color (decimal): -11131598 or 3286358. OLE color: 3286358.

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

Color convert

RGB863750-
CMYK00.570.420.66
HSL344.08º39.84%24.12%-
HSV(B)344.08º56.98%33.73%-
XYZ5.083.533.43-
YUV53.13126.23151.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=49.71%
G=21.39%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86375000.570.420.66344.0839.8424.12
Hex5625320392A421582818
Octal1264562071521025305030
Binary10101101001011100100111001101010100001010101100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562532; }

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

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

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

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

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

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

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

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