#562F3B

Color #562F3B Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #562F3B

Tints of Wine Berry #562F3B

Color information

#562F3B (or 0x562F3B) is unknown color: approx Wine Berry. HEX triplet: 56, 2F and 3B. RGB value is (86,47,59). Sum of RGB (Red+Green+Blue) = 86+47+59=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #562F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F3B is #A9D0C4. Grayscale: #3C3C3C. Windows color (decimal): -11129029 or 3878742. OLE color: 3878742.

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

Color convert

RGB864759-
CMYK00.450.310.66
HSL341.54º29.32%26.08%-
HSV(B)341.54º45.35%33.73%-
XYZ5.644.334.68-
YUV60.03127.42146.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 47 (18.75% from 255) = 24.48%
BLUE value IS 59 (23.44% from 255) = 30.73%
R=44.79%
G=24.48%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86475900.450.310.66341.5429.3226.08
Hex562F3B02D1F421561d1a
Octal1265773055371025263532
Binary101011010111111101101011011111110000101010101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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