#56303A

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

Shades of Wine Berry #56303A

Tints of Wine Berry #56303A

Color information

#56303A (or 0x56303A) is unknown color: approx Wine Berry. HEX triplet: 56, 30 and 3A. RGB value is (86,48,58). Sum of RGB (Red+Green+Blue) = 86+48+58=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #56303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56303A is #A9CFC5. Grayscale: #3C3C3C. Windows color (decimal): -11128774 or 3813462. OLE color: 3813462.

HSL color Cylindrical-coordinate representation of color #56303A: hue angle of 344.21º 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 #56303A is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB864858-
CMYK00.440.330.66
HSL344.21º28.36%26.27%-
HSV(B)344.21º44.19%33.73%-
XYZ5.664.44.55-
YUV60.5126.59146.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=44.79%
G=25%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86485800.440.330.66344.2128.3626.27
Hex56303A02C21421581c1a
Octal1266072054411025303432
Binary1010110110000111010010110010000110000101010110001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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