#472D35

Color #472D35 Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #472D35

Tints of Wine Berry #472D35

Color information

#472D35 (or 0x472D35) is unknown color: approx Wine Berry. HEX triplet: 47, 2D and 35. RGB value is (71,45,53). Sum of RGB (Red+Green+Blue) = 71+45+53=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #472D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D35 is #B8D2CA. Grayscale: #353535. Windows color (decimal): -12112587 or 3484999. OLE color: 3484999.

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

Color convert

RGB714553-
CMYK00.370.250.72
HSL341.54º22.41%22.75%-
HSV(B)341.54º36.62%27.84%-
XYZ4.183.473.82-
YUV53.69127.61140.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 45 (17.97% from 255) = 26.63%
BLUE value IS 53 (21.09% from 255) = 31.36%
R=42.01%
G=26.63%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71455300.370.250.72341.5422.4122.75
Hex472D3502519481561617
Octal1075565045311105262627
Binary100011110110111010101001011100110010001010101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #472D35;
 }
 .AnyTagClassName
 {
   color: #472D35;
 }
</style>
background-color css

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

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

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

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

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

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