Html Css Color HEX #472839 Barossa

📋 copy color: '#472839'

red 71 ◦ green 40 ◦ blue 57

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

Shades of Barossa #472839

Tints of Barossa #472839

RGB

 RED value IS 71 (28.13% 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 value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.72

RGB Variations

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

Color information

#472839 (or 0x472839) is known color: 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

RGB 71 40 57 -
CMYK 0 0.44 0.20 0.72
HSL 327.1º 0.28% 0.22% -
HSV(B) 327.1º 0.44% 0.28% -
XYZ 4.1 3.15 4.26 -
YUV 51.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 71 40 57 0 0.44 0.20 0.72 327.1 0.28 0.22
Hex 47 28 39 0 2C 14 48 147 1C 16
Octal 107 50 71 0 54 24 110 507 34 26
Binary 1000111 101000 111001 0 101100 10100 1001000 101000111 11100 10110

Color Harmonies of #472839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472839

Black with #472839

Text Example


Text Example

White with #472839

Text Example


Text Example

HTML Codes & Css Web 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>