#47263B

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

Shades of Barossa #47263B

Tints of Barossa #47263B

Color information

#47263B (or 0x47263B) is unknown color: approx Barossa. HEX triplet: 47, 26 and 3B. RGB value is (71,38,59). Sum of RGB (Red+Green+Blue) = 71+38+59=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #47263B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47263B is #B8D9C4. Grayscale: #323232. Windows color (decimal): -12114373 or 3876423. OLE color: 3876423.

HSL color Cylindrical-coordinate representation of color #47263B: hue angle of 321.82º 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 #47263B is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB713859-
CMYK00.460.170.72
HSL321.82º30.28%21.37%-
HSV(B)321.82º46.48%27.84%-
XYZ4.083.044.51-
YUV50.26132.93142.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 59 (23.44% from 255) = 35.12%
R=42.26%
G=22.62%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71385900.460.170.72321.8230.2821.37
Hex47263B02E11481421e15
Octal1074673056211105023625
Binary100011110011011101101011101000110010001010000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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