#472839

Color #472839 Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #472839

Tints of Barossa #472839

Color information

#472839 (or 0x472839) is unknown color: approx Barossa. HEX triplet: 47, 28 and 39. RGB value is (71,40,57). Sum of RGB (Red+Green+Blue) = 71+40+57=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #472839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472839 is #B8D7C6. Grayscale: #333333. Windows color (decimal): -12113863 or 3745863. OLE color: 3745863.

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

Color convert

RGB714057-
CMYK00.440.200.72
HSL327.1º27.93%21.76%-
HSV(B)327.1º43.66%27.84%-
XYZ4.13.154.26-
YUV51.21131.27142.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 57 (22.66% from 255) = 33.93%
R=42.26%
G=23.81%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71405700.440.200.72327.127.9321.76
Hex47283902C14481471c16
Octal1075071054241105073426
Binary100011110100011100101011001010010010001010001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472839; }

 p { color: rgb(71,40,57); }

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

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

 a { background-color: rgb(71,40,57); }

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

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

 span { border-color: rgb(71,40,57); }

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