Html Css Color HEX #572C35 Wine Berry

📋 copy color: '#572C35'

red 87 ◦ green 44 ◦ blue 53

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

Shades of Wine Berry #572C35

Tints of Wine Berry #572C35

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.91%

 BLUE value IS 53 (21.09% from 255) = 28.8%

R = 47.28%
G = 23.91%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.66

RGB Variations

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

Color information

#572C35 (or 0x572C35) is known color: Wine Berry. HEX triplet: 57, 2C and 35. RGB value is (87,44,53). Sum of RGB (Red+Green+Blue) = 87+44+53=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #572C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572C35 is #A8D3CA. Grayscale: #393939. Windows color (decimal): -11064267 or 3484759. OLE color: 3484759.

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

Color convert

RGB 87 44 53 -
CMYK 0 0.49 0.39 0.66
HSL 347.44º 0.33% 0.26% -
HSV(B) 347.44º 0.49% 0.34% -
XYZ 5.47 4.08 3.87 -
YUV 57.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 87 44 53 0 0.49 0.39 0.66 347.44 0.33 0.26
Hex 57 2C 35 0 31 27 42 15B 21 1A
Octal 127 54 65 0 61 47 102 533 41 32
Binary 1010111 101100 110101 0 110001 100111 1000010 101011011 100001 11010

Color Harmonies of #572C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572C35

Black with #572C35

Text Example


Text Example

White with #572C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,44,53); }

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

background-color css

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

 a { background-color: rgb(87,44,53); }

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

border-color css

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

 span { border-color: rgb(87,44,53); }

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