#562B3D

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

Shades of Black Rose #562B3D

Tints of Black Rose #562B3D

Color information

#562B3D (or 0x562B3D) is unknown color: approx Black Rose. HEX triplet: 56, 2B and 3D. RGB value is (86,43,61). Sum of RGB (Red+Green+Blue) = 86+43+61=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #562B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B3D is #A9D4C2. Grayscale: #393939. Windows color (decimal): -11130051 or 4008790. OLE color: 4008790.

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

Color convert

RGB864361-
CMYK00.500.290.66
HSL334.88º33.33%25.29%-
HSV(B)334.88º50%33.73%-
XYZ5.544.044.9-
YUV57.91129.75148.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 43 (17.19% from 255) = 22.63%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=45.26%
G=22.63%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86436100.500.290.66334.8833.3325.29
Hex562B3D0321D4214f2119
Octal1265375062351025174131
Binary1010110101011111101011001011101100001010100111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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