Html Css Color HEX #57353C Wine Berry

📋 copy color: '#57353C'

red 87 ◦ green 53 ◦ blue 60

#57353C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #57353C

Tints of Wine Berry #57353C

RGB

 RED value IS 87 (34.38% from 255) = 43.5%

 GREEN value IS 53 (21.09% from 255) = 26.5%

 BLUE value IS 60 (23.83% from 255) = 30%

R = 43.5%
G = 26.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#57353C (or 0x57353C) is known color: Wine Berry. HEX triplet: 57, 35 and 3C. RGB value is (87,53,60). Sum of RGB (Red+Green+Blue) = 87+53+60=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #57353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57353C is #A8CAC3. Grayscale: #3F3F3F. Windows color (decimal): -11061956 or 3945815. OLE color: 3945815.

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

Color convert

RGB 87 53 60 -
CMYK 0 0.39 0.31 0.66
HSL 347.65º 0.24% 0.27% -
HSV(B) 347.65º 0.39% 0.34% -
XYZ 6.02 4.9 4.9 -
YUV 63.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 87 53 60 0 0.39 0.31 0.66 347.65 0.24 0.27
Hex 57 35 3C 0 27 1F 42 15C 18 1B
Octal 127 65 74 0 47 37 102 534 30 33
Binary 1010111 110101 111100 0 100111 11111 1000010 101011100 11000 11011

Color Harmonies of #57353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57353C

Black with #57353C

Text Example


Text Example

White with #57353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,53,60); }

 H1.HeaderClassName
 {
   color: #57353C;
 }
 .AnyTagClassName
 {
   color: #57353C;
 }
</style>

background-color css

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

 a { background-color: rgb(87,53,60); }

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

border-color css

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

 span { border-color: rgb(87,53,60); }

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