#56303C

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

Shades of Wine Berry #56303C

Tints of Wine Berry #56303C

Color information

#56303C (or 0x56303C) is unknown color: approx Wine Berry. HEX triplet: 56, 30 and 3C. RGB value is (86,48,60). Sum of RGB (Red+Green+Blue) = 86+48+60=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #56303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56303C is #A9CFC3. Grayscale: #3C3C3C. Windows color (decimal): -11128772 or 3944534. OLE color: 3944534.

HSL color Cylindrical-coordinate representation of color #56303C: hue angle of 341.05º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56303C is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB864860-
CMYK00.440.300.66
HSL341.05º28.36%26.27%-
HSV(B)341.05º44.19%33.73%-
XYZ5.714.424.83-
YUV60.73127.59146.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 60 (23.83% from 255) = 30.93%
R=44.33%
G=24.74%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86486000.440.300.66341.0528.3626.27
Hex56303C02C1E421551c1a
Octal1266074054361025253432
Binary101011011000011110001011001111010000101010101011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56303C; }

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

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

<style>
 a { background-color: #56303C; }

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

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

<style>
 span { border-color: #56303C; }

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

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