#47263A

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

Shades of Barossa #47263A

Tints of Barossa #47263A

Color information

#47263A (or 0x47263A) is unknown color: approx Barossa. HEX triplet: 47, 26 and 3A. RGB value is (71,38,58). Sum of RGB (Red+Green+Blue) = 71+38+58=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #47263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47263A is #B8D9C5. Grayscale: #323232. Windows color (decimal): -12114374 or 3810887. OLE color: 3810887.

HSL color Cylindrical-coordinate representation of color #47263A: hue angle of 323.64º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47263A is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB713858-
CMYK00.460.180.72
HSL323.64º30.28%21.37%-
HSV(B)323.64º46.48%27.84%-
XYZ4.063.034.37-
YUV50.15132.43142.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 38 (15.23% from 255) = 22.75%
BLUE value IS 58 (23.05% from 255) = 34.73%
R=42.51%
G=22.75%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71385800.460.180.72323.6430.2821.37
Hex47263A02E12481441e15
Octal1074672056221105043625
Binary100011110011011101001011101001010010001010001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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