#56383C

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

Shades of Wine Berry #56383C

Tints of Wine Berry #56383C

Color information

#56383C (or 0x56383C) is unknown color: approx Wine Berry. HEX triplet: 56, 38 and 3C. RGB value is (86,56,60). Sum of RGB (Red+Green+Blue) = 86+56+60=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #56383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56383C is #A9C7C3. Grayscale: #414141. Windows color (decimal): -11126724 or 3946582. OLE color: 3946582.

HSL color Cylindrical-coordinate representation of color #56383C: hue angle of 352º 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 #56383C is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB865660-
CMYK00.350.300.66
HSL352º21.13%27.84%-
HSV(B)352º34.88%33.73%-
XYZ6.075.134.95-
YUV65.43124.94142.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.57%
GREEN value IS 56 (22.27% from 255) = 27.72%
BLUE value IS 60 (23.83% from 255) = 29.70%
R=42.57%
G=27.72%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86566000.350.300.6635221.1327.84
Hex56383C0231E42160151c
Octal1267074043361025402534
Binary101011011100011110001000111111010000101011000001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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