#47293B

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

Shades of Barossa #47293B

Tints of Barossa #47293B

Color information

#47293B (or 0x47293B) is unknown color: approx Barossa. HEX triplet: 47, 29 and 3B. RGB value is (71,41,59). Sum of RGB (Red+Green+Blue) = 71+41+59=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #47293B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47293B is #B8D6C4. Grayscale: #333333. Windows color (decimal): -12113605 or 3877191. OLE color: 3877191.

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

Color convert

RGB714159-
CMYK00.420.170.72
HSL324º26.79%21.96%-
HSV(B)324º42.25%27.84%-
XYZ4.183.244.54-
YUV52.02131.94141.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=41.52%
G=23.98%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71415900.420.170.7232426.7921.96
Hex47293B02A11481441b16
Octal1075173052211105043326
Binary100011110100111101101010101000110010001010001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47293B; }

 p { color: rgb(71,41,59); }

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

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

 a { background-color: rgb(71,41,59); }

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

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

 span { border-color: rgb(71,41,59); }

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