#47313A

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

Shades of Barossa #47313A

Tints of Barossa #47313A

Color information

#47313A (or 0x47313A) is unknown color: approx Barossa. HEX triplet: 47, 31 and 3A. RGB value is (71,49,58). Sum of RGB (Red+Green+Blue) = 71+49+58=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #47313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47313A is #B8CEC5. Grayscale: #383838. Windows color (decimal): -12111558 or 3813703. OLE color: 3813703.

HSL color Cylindrical-coordinate representation of color #47313A: hue angle of 335.45º 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 #47313A is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB714958-
CMYK00.310.180.72
HSL335.45º18.33%23.53%-
HSV(B)335.45º30.99%27.84%-
XYZ4.463.844.51-
YUV56.6128.79138.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=39.89%
G=27.53%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71495800.310.180.72335.4518.3323.53
Hex47313A01F124814f1218
Octal1076172037221105172230
Binary10001111100011110100111111001010010001010011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47313A; }

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

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

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

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

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

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

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

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