#562E3C

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

Shades of Black Rose #562E3C

Tints of Black Rose #562E3C

Color information

#562E3C (or 0x562E3C) is unknown color: approx Black Rose. HEX triplet: 56, 2E and 3C. RGB value is (86,46,60). Sum of RGB (Red+Green+Blue) = 86+46+60=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #562E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E3C is #A9D1C3. Grayscale: #3B3B3B. Windows color (decimal): -11129284 or 3944022. OLE color: 3944022.

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

Color convert

RGB864660-
CMYK00.470.300.66
HSL339º30.3%25.88%-
HSV(B)339º46.51%33.73%-
XYZ5.634.264.8-
YUV59.56128.25146.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 46 (18.36% from 255) = 23.96%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=44.79%
G=23.96%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86466000.470.300.6633930.325.88
Hex562E3C02F1E421531e1a
Octal1265674057361025233632
Binary101011010111011110001011111111010000101010100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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