Html Css Color HEX #473238 Wine Berry

📋 copy color: '#473238'

red 71 ◦ green 50 ◦ blue 56

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

Shades of Wine Berry #473238

Tints of Wine Berry #473238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.25%

 BLUE value IS 56 (22.27% from 255) = 31.64%

R = 40.11%
G = 28.25%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#473238 (or 0x473238) is known color: Wine Berry. HEX triplet: 47, 32 and 38. RGB value is (71,50,56). Sum of RGB (Red+Green+Blue) = 71+50+56=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #473238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473238 is #B8CDC7. Grayscale: #383838. Windows color (decimal): -12111304 or 3682887. OLE color: 3682887.

HSL color Cylindrical-coordinate representation of color #473238: hue angle of 342.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473238 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 50 56 -
CMYK 0 0.30 0.21 0.72
HSL 342.86º 0.17% 0.24% -
HSV(B) 342.86º 0.3% 0.28% -
XYZ 4.45 3.91 4.26 -
YUV 56.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 71 50 56 0 0.30 0.21 0.72 342.86 0.17 0.24
Hex 47 32 38 0 1E 15 48 157 11 18
Octal 107 62 70 0 36 25 110 527 21 30
Binary 1000111 110010 111000 0 11110 10101 1001000 101010111 10001 11000

Color Harmonies of #473238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473238

Black with #473238

Text Example


Text Example

White with #473238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473238; }

 p { color: rgb(71,50,56); }

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

background-color css

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

 a { background-color: rgb(71,50,56); }

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

border-color css

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

 span { border-color: rgb(71,50,56); }

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