#562A3D

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

Shades of Black Rose #562A3D

Tints of Black Rose #562A3D

Color information

#562A3D (or 0x562A3D) is unknown color: approx Black Rose. HEX triplet: 56, 2A and 3D. RGB value is (86,42,61). Sum of RGB (Red+Green+Blue) = 86+42+61=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #562A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562A3D is #A9D5C2. Grayscale: #393939. Windows color (decimal): -11130307 or 4008534. OLE color: 4008534.

HSL color Cylindrical-coordinate representation of color #562A3D: hue angle of 334.09º 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 #562A3D is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB864261-
CMYK00.510.290.66
HSL334.09º34.38%25.1%-
HSV(B)334.09º51.16%33.73%-
XYZ5.513.974.89-
YUV57.32130.08148.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 61 (24.22% from 255) = 32.28%
R=45.50%
G=22.22%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86426100.510.290.66334.0934.3825.1
Hex562A3D0331D4214e2219
Octal1265275063351025164231
Binary1010110101010111101011001111101100001010100111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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