Html Css Color HEX #472E35 Wine Berry

📋 copy color: '#472E35'

red 71 ◦ green 46 ◦ blue 53

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

Shades of Wine Berry #472E35

Tints of Wine Berry #472E35

RGB

 RED value IS 71 (28.13% from 255) = 41.76%

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

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

R = 41.76%
G = 27.06%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#472E35 (or 0x472E35) is known color: Wine Berry. HEX triplet: 47, 2E and 35. RGB value is (71,46,53). Sum of RGB (Red+Green+Blue) = 71+46+53=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #472E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E35 is #B8D1CA. Grayscale: #363636. Windows color (decimal): -12112331 or 3485255. OLE color: 3485255.

HSL color Cylindrical-coordinate representation of color #472E35: hue angle of 343.2º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #472E35 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 53 -
CMYK 0 0.35 0.25 0.72
HSL 343.2º 0.21% 0.23% -
HSV(B) 343.2º 0.35% 0.28% -
XYZ 4.22 3.55 3.83 -
YUV 54.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 71 46 53 0 0.35 0.25 0.72 343.2 0.21 0.23
Hex 47 2E 35 0 23 19 48 157 15 17
Octal 107 56 65 0 43 31 110 527 25 27
Binary 1000111 101110 110101 0 100011 11001 1001000 101010111 10101 10111

Color Harmonies of #472E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E35

Black with #472E35

Text Example


Text Example

White with #472E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472E35; }

 p { color: rgb(71,46,53); }

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

background-color css

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

 a { background-color: rgb(71,46,53); }

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

border-color css

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

 span { border-color: rgb(71,46,53); }

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