Html Css Color HEX #57313D Wine Berry

📋 copy color: '#57313D'

red 87 ◦ green 49 ◦ blue 61

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

Shades of Wine Berry #57313D

Tints of Wine Berry #57313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.96%

R = 44.16%
G = 24.87%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#57313D (or 0x57313D) is known color: Wine Berry. HEX triplet: 57, 31 and 3D. RGB value is (87,49,61). Sum of RGB (Red+Green+Blue) = 87+49+61=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #57313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57313D is #A8CEC2. Grayscale: #3D3D3D. Windows color (decimal): -11062979 or 4010327. OLE color: 4010327.

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

Color convert

RGB 87 49 61 -
CMYK 0 0.44 0.30 0.66
HSL 341.05º 0.28% 0.27% -
HSV(B) 341.05º 0.44% 0.34% -
XYZ 5.87 4.56 4.99 -
YUV 61.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 87 49 61 0 0.44 0.30 0.66 341.05 0.28 0.27
Hex 57 31 3D 0 2C 1E 42 155 1C 1B
Octal 127 61 75 0 54 36 102 525 34 33
Binary 1010111 110001 111101 0 101100 11110 1000010 101010101 11100 11011

Color Harmonies of #57313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57313D

Black with #57313D

Text Example


Text Example

White with #57313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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