Html Css Color HEX #572D38 Wine Berry

📋 copy color: '#572D38'

red 87 ◦ green 45 ◦ blue 56

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

Shades of Wine Berry #572D38

Tints of Wine Berry #572D38

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.94%

 BLUE value IS 56 (22.27% from 255) = 29.79%

R = 46.28%
G = 23.94%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#572D38 (or 0x572D38) is known color: Wine Berry. HEX triplet: 57, 2D and 38. RGB value is (87,45,56). Sum of RGB (Red+Green+Blue) = 87+45+56=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #572D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D38 is #A8D2C7. Grayscale: #3A3A3A. Windows color (decimal): -11064008 or 3681623. OLE color: 3681623.

HSL color Cylindrical-coordinate representation of color #572D38: hue angle of 344.29º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #572D38 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 45 56 -
CMYK 0 0.48 0.36 0.66
HSL 344.29º 0.32% 0.26% -
HSV(B) 344.29º 0.48% 0.34% -
XYZ 5.58 4.19 4.26 -
YUV 58.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 87 45 56 0 0.48 0.36 0.66 344.29 0.32 0.26
Hex 57 2D 38 0 30 24 42 158 20 1A
Octal 127 55 70 0 60 44 102 530 40 32
Binary 1010111 101101 111000 0 110000 100100 1000010 101011000 100000 11010

Color Harmonies of #572D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572D38

Black with #572D38

Text Example


Text Example

White with #572D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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