Html Css Color HEX #572E34 Wine Berry

📋 copy color: '#572E34'

red 87 ◦ green 46 ◦ blue 52

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

Shades of Wine Berry #572E34

Tints of Wine Berry #572E34

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.86%

 BLUE value IS 52 (20.7% from 255) = 28.11%

R = 47.03%
G = 24.86%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#572E34 (or 0x572E34) is known color: Wine Berry. HEX triplet: 57, 2E and 34. RGB value is (87,46,52). Sum of RGB (Red+Green+Blue) = 87+46+52=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #572E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E34 is #A8D1CB. Grayscale: #3A3A3A. Windows color (decimal): -11063756 or 3419735. OLE color: 3419735.

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

Color convert

RGB 87 46 52 -
CMYK 0 0.47 0.40 0.66
HSL 351.22º 0.31% 0.26% -
HSV(B) 351.22º 0.47% 0.34% -
XYZ 5.53 4.23 3.77 -
YUV 58.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 87 46 52 0 0.47 0.40 0.66 351.22 0.31 0.26
Hex 57 2E 34 0 2F 28 42 15F 1F 1A
Octal 127 56 64 0 57 50 102 537 37 32
Binary 1010111 101110 110100 0 101111 101000 1000010 101011111 11111 11010

Color Harmonies of #572E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572E34

Black with #572E34

Text Example


Text Example

White with #572E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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