Html Css Color HEX #57353A Wine Berry

📋 copy color: '#57353A'

red 87 ◦ green 53 ◦ blue 58

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

Shades of Wine Berry #57353A

Tints of Wine Berry #57353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.29%

R = 43.94%
G = 26.77%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#57353A (or 0x57353A) is known color: Wine Berry. HEX triplet: 57, 35 and 3A. RGB value is (87,53,58). Sum of RGB (Red+Green+Blue) = 87+53+58=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57353A is #A8CAC5. Grayscale: #3F3F3F. Windows color (decimal): -11061958 or 3814743. OLE color: 3814743.

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

Color convert

RGB 87 53 58 -
CMYK 0 0.39 0.33 0.66
HSL 351.18º 0.24% 0.27% -
HSV(B) 351.18º 0.39% 0.34% -
XYZ 5.97 4.88 4.63 -
YUV 63.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 87 53 58 0 0.39 0.33 0.66 351.18 0.24 0.27
Hex 57 35 3A 0 27 21 42 15F 18 1B
Octal 127 65 72 0 47 41 102 537 30 33
Binary 1010111 110101 111010 0 100111 100001 1000010 101011111 11000 11011

Color Harmonies of #57353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57353A

Black with #57353A

Text Example


Text Example

White with #57353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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