Html Css Color HEX #57343F Wine Berry

📋 copy color: '#57343F'

red 87 ◦ green 52 ◦ blue 63

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

Shades of Wine Berry #57343F

Tints of Wine Berry #57343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

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

R = 43.07%
G = 25.74%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57343F (or 0x57343F) is known color: Wine Berry. HEX triplet: 57, 34 and 3F. RGB value is (87,52,63). Sum of RGB (Red+Green+Blue) = 87+52+63=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #57343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57343F is #A8CBC0. Grayscale: #3F3F3F. Windows color (decimal): -11062209 or 4142167. OLE color: 4142167.

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

Color convert

RGB 87 52 63 -
CMYK 0 0.40 0.28 0.66
HSL 341.14º 0.25% 0.27% -
HSV(B) 341.14º 0.4% 0.34% -
XYZ 6.06 4.84 5.32 -
YUV 63.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 87 52 63 0 0.40 0.28 0.66 341.14 0.25 0.27
Hex 57 34 3F 0 28 1C 42 155 19 1B
Octal 127 64 77 0 50 34 102 525 31 33
Binary 1010111 110100 111111 0 101000 11100 1000010 101010101 11001 11011

Color Harmonies of #57343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57343F

Black with #57343F

Text Example


Text Example

White with #57343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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