Html Css Color HEX #472F36 Wine Berry

📋 copy color: '#472F36'

red 71 ◦ green 47 ◦ blue 54

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

Shades of Wine Berry #472F36

Tints of Wine Berry #472F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.33%

 BLUE value IS 54 (21.48% from 255) = 31.4%

R = 41.28%
G = 27.33%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#472F36 (or 0x472F36) is known color: Wine Berry. HEX triplet: 47, 2F and 36. RGB value is (71,47,54). Sum of RGB (Red+Green+Blue) = 71+47+54=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #472F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F36 is #B8D0C9. Grayscale: #363636. Windows color (decimal): -12112074 or 3551047. OLE color: 3551047.

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

Color convert

RGB 71 47 54 -
CMYK 0 0.34 0.24 0.72
HSL 342.5º 0.2% 0.23% -
HSV(B) 342.5º 0.34% 0.28% -
XYZ 4.28 3.64 3.97 -
YUV 54.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 71 47 54 0 0.34 0.24 0.72 342.5 0.2 0.23
Hex 47 2F 36 0 22 18 48 156 14 17
Octal 107 57 66 0 42 30 110 526 24 27
Binary 1000111 101111 110110 0 100010 11000 1001000 101010110 10100 10111

Color Harmonies of #472F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F36

Black with #472F36

Text Example


Text Example

White with #472F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,47,54); }

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

background-color css

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

 a { background-color: rgb(71,47,54); }

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

border-color css

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

 span { border-color: rgb(71,47,54); }

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