#562F35

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

Shades of Wine Berry #562F35

Tints of Wine Berry #562F35

Color information

#562F35 (or 0x562F35) is unknown color: approx Wine Berry. HEX triplet: 56, 2F and 35. RGB value is (86,47,53). Sum of RGB (Red+Green+Blue) = 86+47+53=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #562F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F35 is #A9D0CA. Grayscale: #3B3B3B. Windows color (decimal): -11129035 or 3485526. OLE color: 3485526.

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

Color convert

RGB864753-
CMYK00.450.380.66
HSL350.77º29.32%26.08%-
HSV(B)350.77º45.35%33.73%-
XYZ5.54.273.9-
YUV59.34124.42147.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.24%
GREEN value IS 47 (18.75% from 255) = 25.27%
BLUE value IS 53 (21.09% from 255) = 28.49%
R=46.24%
G=25.27%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86475300.450.380.66350.7729.3226.08
Hex562F3502D264215f1d1a
Octal1265765055461025373532
Binary1010110101111110101010110110011010000101010111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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