Html Css Color HEX #57313C Wine Berry

📋 copy color: '#57313C'

red 87 ◦ green 49 ◦ blue 60

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

Shades of Wine Berry #57313C

Tints of Wine Berry #57313C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25%

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

R = 44.39%
G = 25%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#57313C (or 0x57313C) is known color: Wine Berry. HEX triplet: 57, 31 and 3C. RGB value is (87,49,60). Sum of RGB (Red+Green+Blue) = 87+49+60=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57313C is #A8CEC3. Grayscale: #3D3D3D. Windows color (decimal): -11062980 or 3944791. OLE color: 3944791.

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

Color convert

RGB 87 49 60 -
CMYK 0 0.44 0.31 0.66
HSL 342.63º 0.28% 0.27% -
HSV(B) 342.63º 0.44% 0.34% -
XYZ 5.84 4.55 4.84 -
YUV 61.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 87 49 60 0 0.44 0.31 0.66 342.63 0.28 0.27
Hex 57 31 3C 0 2C 1F 42 157 1C 1B
Octal 127 61 74 0 54 37 102 527 34 33
Binary 1010111 110001 111100 0 101100 11111 1000010 101010111 11100 11011

Color Harmonies of #57313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57313C

Black with #57313C

Text Example


Text Example

White with #57313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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