Html Css Color HEX #472C34 Wine Berry

📋 copy color: '#472C34'

red 71 ◦ green 44 ◦ blue 52

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

Shades of Wine Berry #472C34

Tints of Wine Berry #472C34

RGB

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

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

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

R = 42.51%
G = 26.35%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#472C34 (or 0x472C34) is known color: Wine Berry. HEX triplet: 47, 2C and 34. RGB value is (71,44,52). Sum of RGB (Red+Green+Blue) = 71+44+52=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #472C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C34 is #B8D3CB. Grayscale: #343434. Windows color (decimal): -12112844 or 3419207. OLE color: 3419207.

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

Color convert

RGB 71 44 52 -
CMYK 0 0.38 0.27 0.72
HSL 342.22º 0.23% 0.23% -
HSV(B) 342.22º 0.38% 0.28% -
XYZ 4.12 3.39 3.69 -
YUV 52.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 71 44 52 0 0.38 0.27 0.72 342.22 0.23 0.23
Hex 47 2C 34 0 26 1B 48 156 17 17
Octal 107 54 64 0 46 33 110 526 27 27
Binary 1000111 101100 110100 0 100110 11011 1001000 101010110 10111 10111

Color Harmonies of #472C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C34

Black with #472C34

Text Example


Text Example

White with #472C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,44,52); }

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

background-color css

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

 a { background-color: rgb(71,44,52); }

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

border-color css

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

 span { border-color: rgb(71,44,52); }

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