#562B35

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

Shades of Wine Berry #562B35

Tints of Wine Berry #562B35

Color information

#562B35 (or 0x562B35) is unknown color: approx Wine Berry. HEX triplet: 56, 2B and 35. RGB value is (86,43,53). Sum of RGB (Red+Green+Blue) = 86+43+53=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #562B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B35 is #A9D4CA. Grayscale: #393939. Windows color (decimal): -11130059 or 3484502. OLE color: 3484502.

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

Color convert

RGB864353-
CMYK00.500.380.66
HSL346.05º33.33%25.29%-
HSV(B)346.05º50%33.73%-
XYZ5.343.963.85-
YUV57125.75148.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 43 (17.19% from 255) = 23.63%
BLUE value IS 53 (21.09% from 255) = 29.12%
R=47.25%
G=23.63%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86435300.500.380.66346.0533.3325.29
Hex562B35032264215a2119
Octal1265365062461025324131
Binary10101101010111101010110010100110100001010101101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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