#49263C

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

Shades of Barossa #49263C

Tints of Barossa #49263C

Color information

#49263C (or 0x49263C) is unknown color: approx Barossa. HEX triplet: 49, 26 and 3C. RGB value is (73,38,60). Sum of RGB (Red+Green+Blue) = 73+38+60=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #49263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49263C is #B6D9C3. Grayscale: #323232. Windows color (decimal): -11983300 or 3941961. OLE color: 3941961.

HSL color Cylindrical-coordinate representation of color #49263C: hue angle of 322.29º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49263C is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB733860-
CMYK00.480.180.71
HSL322.29º31.53%21.76%-
HSV(B)322.29º47.95%28.63%-
XYZ4.263.134.65-
YUV50.97133.1143.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.69%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=42.69%
G=22.22%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73386000.480.180.71322.2931.5321.76
Hex49263C03012471422016
Octal1114674060221075024026
Binary1001001100110111100011000010010100011110100001010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,38,60); }

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

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

 a { background-color: rgb(73,38,60); }

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

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

 span { border-color: rgb(73,38,60); }

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