#562E3B

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

Shades of Black Rose #562E3B

Tints of Black Rose #562E3B

Color information

#562E3B (or 0x562E3B) is unknown color: approx Black Rose. HEX triplet: 56, 2E and 3B. RGB value is (86,46,59). Sum of RGB (Red+Green+Blue) = 86+46+59=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #562E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E3B is #A9D1C4. Grayscale: #3B3B3B. Windows color (decimal): -11129285 or 3878486. OLE color: 3878486.

HSL color Cylindrical-coordinate representation of color #562E3B: hue angle of 340.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #562E3B is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB864659-
CMYK00.470.310.66
HSL340.5º30.3%25.88%-
HSV(B)340.5º46.51%33.73%-
XYZ5.64.254.66-
YUV59.44127.75146.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 46 (18.36% from 255) = 24.08%
BLUE value IS 59 (23.44% from 255) = 30.89%
R=45.03%
G=24.08%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86465900.470.310.66340.530.325.88
Hex562E3B02F1F421541e1a
Octal1265673057371025243632
Binary101011010111011101101011111111110000101010101001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,46,59); }

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

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

 a { background-color: rgb(86,46,59); }

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

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

 span { border-color: rgb(86,46,59); }

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