#47313C

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

Shades of Barossa #47313C

Tints of Barossa #47313C

Color information

#47313C (or 0x47313C) is unknown color: approx Barossa. HEX triplet: 47, 31 and 3C. RGB value is (71,49,60). Sum of RGB (Red+Green+Blue) = 71+49+60=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #47313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47313C is #B8CEC3. Grayscale: #383838. Windows color (decimal): -12111556 or 3944775. OLE color: 3944775.

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

Color convert

RGB714960-
CMYK00.310.150.72
HSL330º18.33%23.53%-
HSV(B)330º30.99%27.84%-
XYZ4.513.864.78-
YUV56.83129.79138.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 60 (23.83% from 255) = 33.33%
R=39.44%
G=27.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71496000.310.150.7233018.3323.53
Hex47313C01FF4814a1218
Octal1076174037171105122230
Binary1000111110001111100011111111110010001010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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