Html Css Color HEX #57393F Wine Berry

📋 copy color: '#57393F'

red 87 ◦ green 57 ◦ blue 63

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

Shades of Wine Berry #57393F

Tints of Wine Berry #57393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.54%

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

R = 42.03%
G = 27.54%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57393F (or 0x57393F) is known color: Wine Berry. HEX triplet: 57, 39 and 3F. RGB value is (87,57,63). Sum of RGB (Red+Green+Blue) = 87+57+63=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #57393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57393F is #A8C6C0. Grayscale: #424242. Windows color (decimal): -11060929 or 4143447. OLE color: 4143447.

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

Color convert

RGB 87 57 63 -
CMYK 0 0.34 0.28 0.66
HSL 348º 0.21% 0.28% -
HSV(B) 348º 0.34% 0.34% -
XYZ 6.29 5.31 5.4 -
YUV 66.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 87 57 63 0 0.34 0.28 0.66 348 0.21 0.28
Hex 57 39 3F 0 22 1C 42 15C 15 1C
Octal 127 71 77 0 42 34 102 534 25 34
Binary 1010111 111001 111111 0 100010 11100 1000010 101011100 10101 11100

Color Harmonies of #57393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57393F

Black with #57393F

Text Example


Text Example

White with #57393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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