Html Css Color HEX #473039 Barossa

📋 copy color: '#473039'

red 71 ◦ green 48 ◦ blue 57

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

Shades of Barossa #473039

Tints of Barossa #473039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.27%

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

R = 40.34%
G = 27.27%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.72

RGB Variations

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

Color information

#473039 (or 0x473039) is known color: Barossa. HEX triplet: 47, 30 and 39. RGB value is (71,48,57). Sum of RGB (Red+Green+Blue) = 71+48+57=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #473039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473039 is #B8CFC6. Grayscale: #373737. Windows color (decimal): -12111815 or 3747911. OLE color: 3747911.

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

Color convert

RGB 71 48 57 -
CMYK 0 0.32 0.20 0.72
HSL 336.52º 0.19% 0.23% -
HSV(B) 336.52º 0.32% 0.28% -
XYZ 4.39 3.75 4.36 -
YUV 55.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 71 48 57 0 0.32 0.20 0.72 336.52 0.19 0.23
Hex 47 30 39 0 20 14 48 151 13 17
Octal 107 60 71 0 40 24 110 521 23 27
Binary 1000111 110000 111001 0 100000 10100 1001000 101010001 10011 10111

Color Harmonies of #473039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473039

Black with #473039

Text Example


Text Example

White with #473039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473039; }

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

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

background-color css

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

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

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

border-color css

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

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

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