Html Css Color HEX #57313E Wine Berry

📋 copy color: '#57313E'

red 87 ◦ green 49 ◦ blue 62

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

Shades of Wine Berry #57313E

Tints of Wine Berry #57313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.31%

R = 43.94%
G = 24.75%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#57313E (or 0x57313E) is known color: Wine Berry. HEX triplet: 57, 31 and 3E. RGB value is (87,49,62). Sum of RGB (Red+Green+Blue) = 87+49+62=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57313E is #A8CEC1. Grayscale: #3D3D3D. Windows color (decimal): -11062978 or 4075863. OLE color: 4075863.

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

Color convert

RGB 87 49 62 -
CMYK 0 0.44 0.29 0.66
HSL 339.47º 0.28% 0.27% -
HSV(B) 339.47º 0.44% 0.34% -
XYZ 5.9 4.57 5.13 -
YUV 61.84 128.09 145.94 -
System Red Green Blue C M Y K H S L
Decimal 87 49 62 0 0.44 0.29 0.66 339.47 0.28 0.27
Hex 57 31 3E 0 2C 1D 42 153 1C 1B
Octal 127 61 76 0 54 35 102 523 34 33
Binary 1010111 110001 111110 0 101100 11101 1000010 101010011 11100 11011

Color Harmonies of #57313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57313E

Black with #57313E

Text Example


Text Example

White with #57313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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