#56363C

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

Shades of Wine Berry #56363C

Tints of Wine Berry #56363C

Color information

#56363C (or 0x56363C) is unknown color: approx Wine Berry. HEX triplet: 56, 36 and 3C. RGB value is (86,54,60). Sum of RGB (Red+Green+Blue) = 86+54+60=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #56363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56363C is #A9C9C3. Grayscale: #404040. Windows color (decimal): -11127236 or 3946070. OLE color: 3946070.

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

Color convert

RGB865460-
CMYK00.370.300.66
HSL348.75º22.86%27.45%-
HSV(B)348.75º37.21%33.73%-
XYZ5.974.944.91-
YUV64.25125.6143.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 60 (23.83% from 255) = 30%
R=43%
G=27%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86546000.370.300.66348.7522.8627.45
Hex56363C0251E4215d171b
Octal1266674045361025352733
Binary101011011011011110001001011111010000101010111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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