#562A34

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

Shades of Black Rose #562A34

Tints of Black Rose #562A34

Color information

#562A34 (or 0x562A34) is unknown color: approx Black Rose. HEX triplet: 56, 2A and 34. RGB value is (86,42,52). Sum of RGB (Red+Green+Blue) = 86+42+52=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #562A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562A34 is #A9D5CB. Grayscale: #383838. Windows color (decimal): -11130316 or 3418710. OLE color: 3418710.

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

Color convert

RGB864252-
CMYK00.510.400.66
HSL346.36º34.38%25.1%-
HSV(B)346.36º51.16%33.73%-
XYZ5.293.883.72-
YUV56.3125.58149.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.78%
GREEN value IS 42 (16.80% from 255) = 23.33%
BLUE value IS 52 (20.70% from 255) = 28.89%
R=47.78%
G=23.33%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86425200.510.400.66346.3634.3825.1
Hex562A34033284215a2219
Octal1265264063501025324231
Binary10101101010101101000110011101000100001010101101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,42,52); }

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

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

 a { background-color: rgb(86,42,52); }

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

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

 span { border-color: rgb(86,42,52); }

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