#56383F

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

Shades of Wine Berry #56383F

Tints of Wine Berry #56383F

Color information

#56383F (or 0x56383F) is unknown color: approx Wine Berry. HEX triplet: 56, 38 and 3F. RGB value is (86,56,63). Sum of RGB (Red+Green+Blue) = 86+56+63=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #56383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56383F is #A9C7C0. Grayscale: #414141. Windows color (decimal): -11126721 or 4143190. OLE color: 4143190.

HSL color Cylindrical-coordinate representation of color #56383F: hue angle of 346º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56383F is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB865663-
CMYK00.350.270.66
HSL346º21.13%27.84%-
HSV(B)346º34.88%33.73%-
XYZ6.155.175.38-
YUV65.77126.44142.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 63 (25% from 255) = 30.73%
R=41.95%
G=27.32%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86566300.350.270.6634621.1327.84
Hex56383F0231B4215a151c
Octal1267077043331025322534
Binary101011011100011111101000111101110000101010110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56383F; }

 p { color: rgb(86,56,63); }

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

<style>
 a { background-color: #56383F; }

 a { background-color: rgb(86,56,63); }

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

<style>
 span { border-color: #56383F; }

 span { border-color: rgb(86,56,63); }

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