Html Css Color HEX #473139 Barossa

📋 copy color: '#473139'

red 71 ◦ green 49 ◦ blue 57

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

Shades of Barossa #473139

Tints of Barossa #473139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.68%

 BLUE value IS 57 (22.66% from 255) = 32.2%

R = 40.11%
G = 27.68%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.72

RGB Variations

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

Color information

#473139 (or 0x473139) is known color: Barossa. HEX triplet: 47, 31 and 39. RGB value is (71,49,57). Sum of RGB (Red+Green+Blue) = 71+49+57=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #473139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473139 is #B8CEC6. Grayscale: #383838. Windows color (decimal): -12111559 or 3748167. OLE color: 3748167.

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

Color convert

RGB 71 49 57 -
CMYK 0 0.31 0.20 0.72
HSL 338.18º 0.18% 0.24% -
HSV(B) 338.18º 0.31% 0.28% -
XYZ 4.44 3.83 4.38 -
YUV 56.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 71 49 57 0 0.31 0.20 0.72 338.18 0.18 0.24
Hex 47 31 39 0 1F 14 48 152 12 18
Octal 107 61 71 0 37 24 110 522 22 30
Binary 1000111 110001 111001 0 11111 10100 1001000 101010010 10010 11000

Color Harmonies of #473139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473139

Black with #473139

Text Example


Text Example

White with #473139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473139; }

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

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

background-color css

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

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

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

border-color css

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

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

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