Html Css Color HEX #57383F Wine Berry

📋 copy color: '#57383F'

red 87 ◦ green 56 ◦ blue 63

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

Shades of Wine Berry #57383F

Tints of Wine Berry #57383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.18%

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

R = 42.23%
G = 27.18%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57383F (or 0x57383F) is known color: Wine Berry. HEX triplet: 57, 38 and 3F. RGB value is (87,56,63). Sum of RGB (Red+Green+Blue) = 87+56+63=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #57383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57383F is #A8C7C0. Grayscale: #424242. Windows color (decimal): -11061185 or 4143191. OLE color: 4143191.

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

Color convert

RGB 87 56 63 -
CMYK 0 0.36 0.28 0.66
HSL 346.45º 0.22% 0.28% -
HSV(B) 346.45º 0.36% 0.34% -
XYZ 6.24 5.21 5.38 -
YUV 66.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 87 56 63 0 0.36 0.28 0.66 346.45 0.22 0.28
Hex 57 38 3F 0 24 1C 42 15A 16 1C
Octal 127 70 77 0 44 34 102 532 26 34
Binary 1010111 111000 111111 0 100100 11100 1000010 101011010 10110 11100

Color Harmonies of #57383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57383F

Black with #57383F

Text Example


Text Example

White with #57383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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