Html Css Color HEX #572930 Wine Berry

📋 copy color: '#572930'

red 87 ◦ green 41 ◦ blue 48

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

Shades of Wine Berry #572930

Tints of Wine Berry #572930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.3%

 BLUE value IS 48 (19.14% from 255) = 27.27%

R = 49.43%
G = 23.3%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#572930 (or 0x572930) is known color: Wine Berry. HEX triplet: 57, 29 and 30. RGB value is (87,41,48). Sum of RGB (Red+Green+Blue) = 87+41+48=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #572930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572930 is #A8D6CF. Grayscale: #373737. Windows color (decimal): -11065040 or 3156311. OLE color: 3156311.

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

Color convert

RGB 87 41 48 -
CMYK 0 0.53 0.45 0.66
HSL 350.87º 0.36% 0.25% -
HSV(B) 350.87º 0.53% 0.34% -
XYZ 5.26 3.83 3.26 -
YUV 55.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 87 41 48 0 0.53 0.45 0.66 350.87 0.36 0.25
Hex 57 29 30 0 35 2D 42 15F 24 19
Octal 127 51 60 0 65 55 102 537 44 31
Binary 1010111 101001 110000 0 110101 101101 1000010 101011111 100100 11001

Color Harmonies of #572930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572930

Black with #572930

Text Example


Text Example

White with #572930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572930; }

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

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

background-color css

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

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

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

border-color css

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

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

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