#57333A

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

Shades of Wine Berry #57333A

Tints of Wine Berry #57333A

Color information

#57333A (or 0x57333A) is unknown color: approx Wine Berry. HEX triplet: 57, 33 and 3A. RGB value is (87,51,58). Sum of RGB (Red+Green+Blue) = 87+51+58=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57333A is #A8CCC5. Grayscale: #3E3E3E. Windows color (decimal): -11062470 or 3814231. OLE color: 3814231.

HSL color Cylindrical-coordinate representation of color #57333A: hue angle of 348.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57333A is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB875158-
CMYK00.410.330.66
HSL348.33º26.09%27.06%-
HSV(B)348.33º41.38%34.12%-
XYZ5.884.74.6-
YUV62.56125.43145.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=44.39%
G=26.02%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87515800.410.330.66348.3326.0927.06
Hex57333A029214215c1a1b
Octal1276372051411025343233
Binary1010111110011111010010100110000110000101010111001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,51,58); }

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

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

 a { background-color: rgb(87,51,58); }

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

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

 span { border-color: rgb(87,51,58); }

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