#49243A

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

Shades of Barossa #49243A

Tints of Barossa #49243A

Color information

#49243A (or 0x49243A) is unknown color: approx Barossa. HEX triplet: 49, 24 and 3A. RGB value is (73,36,58). Sum of RGB (Red+Green+Blue) = 73+36+58=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #49243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49243A is #B6DBC5. Grayscale: #313131. Windows color (decimal): -11983814 or 3810377. OLE color: 3810377.

HSL color Cylindrical-coordinate representation of color #49243A: hue angle of 324.32º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49243A is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB733658-
CMYK00.510.210.71
HSL324.32º33.94%21.37%-
HSV(B)324.32º50.68%28.63%-
XYZ4.142.984.36-
YUV49.57132.76144.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 58 (23.05% from 255) = 34.73%
R=43.71%
G=21.56%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73365800.510.210.71324.3233.9421.37
Hex49243A03315471442215
Octal1114472063251075044225
Binary1001001100100111010011001110101100011110100010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,36,58); }

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

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

 a { background-color: rgb(73,36,58); }

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

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

 span { border-color: rgb(73,36,58); }

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