Html Css Color HEX #57313F Wine Berry

📋 copy color: '#57313F'

red 87 ◦ green 49 ◦ blue 63

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

Shades of Wine Berry #57313F

Tints of Wine Berry #57313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.66%

R = 43.72%
G = 24.62%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57313F (or 0x57313F) is known color: Wine Berry. HEX triplet: 57, 31 and 3F. RGB value is (87,49,63). Sum of RGB (Red+Green+Blue) = 87+49+63=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57313F is #A8CEC0. Grayscale: #3D3D3D. Windows color (decimal): -11062977 or 4141399. OLE color: 4141399.

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

Color convert

RGB 87 49 63 -
CMYK 0 0.44 0.28 0.66
HSL 337.89º 0.28% 0.27% -
HSV(B) 337.89º 0.44% 0.34% -
XYZ 5.93 4.58 5.27 -
YUV 61.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 87 49 63 0 0.44 0.28 0.66 337.89 0.28 0.27
Hex 57 31 3F 0 2C 1C 42 152 1C 1B
Octal 127 61 77 0 54 34 102 522 34 33
Binary 1010111 110001 111111 0 101100 11100 1000010 101010010 11100 11011

Color Harmonies of #57313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57313F

Black with #57313F

Text Example


Text Example

White with #57313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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