#47273B

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

Shades of Barossa #47273B

Tints of Barossa #47273B

Color information

#47273B (or 0x47273B) is unknown color: approx Barossa. HEX triplet: 47, 27 and 3B. RGB value is (71,39,59). Sum of RGB (Red+Green+Blue) = 71+39+59=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #47273B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47273B is #B8D8C4. Grayscale: #323232. Windows color (decimal): -12114117 or 3876679. OLE color: 3876679.

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

Color convert

RGB713959-
CMYK00.450.170.72
HSL322.5º29.09%21.57%-
HSV(B)322.5º45.07%27.84%-
XYZ4.113.114.52-
YUV50.85132.6142.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 59 (23.44% from 255) = 34.91%
R=42.01%
G=23.08%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71395900.450.170.72322.529.0921.57
Hex47273B02D11481421d16
Octal1074773055211105023526
Binary100011110011111101101011011000110010001010000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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