Html Css Color HEX #57343A Wine Berry

📋 copy color: '#57343A'

red 87 ◦ green 52 ◦ blue 58

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

Shades of Wine Berry #57343A

Tints of Wine Berry #57343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.44%

R = 44.16%
G = 26.4%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#57343A (or 0x57343A) is known color: Wine Berry. HEX triplet: 57, 34 and 3A. RGB value is (87,52,58). Sum of RGB (Red+Green+Blue) = 87+52+58=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #57343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57343A is #A8CBC5. Grayscale: #3F3F3F. Windows color (decimal): -11062214 or 3814487. OLE color: 3814487.

HSL color Cylindrical-coordinate representation of color #57343A: hue angle of 349.71º 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 #57343A is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 52 58 -
CMYK 0 0.40 0.33 0.66
HSL 349.71º 0.25% 0.27% -
HSV(B) 349.71º 0.4% 0.34% -
XYZ 5.92 4.79 4.61 -
YUV 63.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 87 52 58 0 0.40 0.33 0.66 349.71 0.25 0.27
Hex 57 34 3A 0 28 21 42 15E 19 1B
Octal 127 64 72 0 50 41 102 536 31 33
Binary 1010111 110100 111010 0 101000 100001 1000010 101011110 11001 11011

Color Harmonies of #57343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57343A

Black with #57343A

Text Example


Text Example

White with #57343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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