Html Css Color HEX #57383C Wine Berry

📋 copy color: '#57383C'

red 87 ◦ green 56 ◦ blue 60

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

Shades of Wine Berry #57383C

Tints of Wine Berry #57383C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.56%

R = 42.86%
G = 27.59%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#57383C (or 0x57383C) is known color: Wine Berry. HEX triplet: 57, 38 and 3C. RGB value is (87,56,60). Sum of RGB (Red+Green+Blue) = 87+56+60=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #57383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57383C is #A8C7C3. Grayscale: #414141. Windows color (decimal): -11061188 or 3946583. OLE color: 3946583.

HSL color Cylindrical-coordinate representation of color #57383C: hue angle of 352.26º 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 #57383C is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 56 60 -
CMYK 0 0.36 0.31 0.66
HSL 352.26º 0.22% 0.28% -
HSV(B) 352.26º 0.36% 0.34% -
XYZ 6.16 5.18 4.95 -
YUV 65.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 87 56 60 0 0.36 0.31 0.66 352.26 0.22 0.28
Hex 57 38 3C 0 24 1F 42 160 16 1C
Octal 127 70 74 0 44 37 102 540 26 34
Binary 1010111 111000 111100 0 100100 11111 1000010 101100000 10110 11100

Color Harmonies of #57383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57383C

Black with #57383C

Text Example


Text Example

White with #57383C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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