#49263A

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

Shades of Barossa #49263A

Tints of Barossa #49263A

Color information

#49263A (or 0x49263A) is unknown color: approx Barossa. HEX triplet: 49, 26 and 3A. RGB value is (73,38,58). Sum of RGB (Red+Green+Blue) = 73+38+58=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49263A is #B6D9C5. Grayscale: #323232. Windows color (decimal): -11983302 or 3810889. OLE color: 3810889.

HSL color Cylindrical-coordinate representation of color #49263A: hue angle of 325.71º 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 #49263A is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB733858-
CMYK00.480.210.71
HSL325.71º31.53%21.76%-
HSV(B)325.71º47.95%28.63%-
XYZ4.23.114.38-
YUV50.74132.1143.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=43.20%
G=22.49%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73385800.480.210.71325.7131.5321.76
Hex49263A03015471462016
Octal1114672060251075064026
Binary1001001100110111010011000010101100011110100011010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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