Html Css Color HEX #57303C Wine Berry

📋 copy color: '#57303C'

red 87 ◦ green 48 ◦ blue 60

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

Shades of Wine Berry #57303C

Tints of Wine Berry #57303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.62%

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

R = 44.62%
G = 24.62%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#57303C (or 0x57303C) is known color: Wine Berry. HEX triplet: 57, 30 and 3C. RGB value is (87,48,60). Sum of RGB (Red+Green+Blue) = 87+48+60=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #57303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57303C is #A8CFC3. Grayscale: #3D3D3D. Windows color (decimal): -11063236 or 3944535. OLE color: 3944535.

HSL color Cylindrical-coordinate representation of color #57303C: hue angle of 341.54º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57303C is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 48 60 -
CMYK 0 0.45 0.31 0.66
HSL 341.54º 0.29% 0.26% -
HSV(B) 341.54º 0.45% 0.34% -
XYZ 5.8 4.47 4.83 -
YUV 61.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 87 48 60 0 0.45 0.31 0.66 341.54 0.29 0.26
Hex 57 30 3C 0 2D 1F 42 156 1D 1A
Octal 127 60 74 0 55 37 102 526 35 32
Binary 1010111 110000 111100 0 101101 11111 1000010 101010110 11101 11010

Color Harmonies of #57303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57303C

Black with #57303C

Text Example


Text Example

White with #57303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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