Html Css Color HEX #57313B Wine Berry

📋 copy color: '#57313B'

red 87 ◦ green 49 ◦ blue 59

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

Shades of Wine Berry #57313B

Tints of Wine Berry #57313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.26%

R = 44.62%
G = 25.13%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.66

RGB Variations

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

Color information

#57313B (or 0x57313B) is known color: Wine Berry. HEX triplet: 57, 31 and 3B. RGB value is (87,49,59). Sum of RGB (Red+Green+Blue) = 87+49+59=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #57313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57313B is #A8CEC4. Grayscale: #3D3D3D. Windows color (decimal): -11062981 or 3879255. OLE color: 3879255.

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

Color convert

RGB 87 49 59 -
CMYK 0 0.44 0.32 0.66
HSL 344.21º 0.28% 0.27% -
HSV(B) 344.21º 0.44% 0.34% -
XYZ 5.82 4.54 4.71 -
YUV 61.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 87 49 59 0 0.44 0.32 0.66 344.21 0.28 0.27
Hex 57 31 3B 0 2C 20 42 158 1C 1B
Octal 127 61 73 0 54 40 102 530 34 33
Binary 1010111 110001 111011 0 101100 100000 1000010 101011000 11100 11011

Color Harmonies of #57313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57313B

Black with #57313B

Text Example


Text Example

White with #57313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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