#48273A

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

Shades of Barossa #48273A

Tints of Barossa #48273A

Color information

#48273A (or 0x48273A) is unknown color: approx Barossa. HEX triplet: 48, 27 and 3A. RGB value is (72,39,58). Sum of RGB (Red+Green+Blue) = 72+39+58=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #48273A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48273A is #B7D8C5. Grayscale: #323232. Windows color (decimal): -12048582 or 3811144. OLE color: 3811144.

HSL color Cylindrical-coordinate representation of color #48273A: hue angle of 325.45º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48273A is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB723958-
CMYK00.460.190.72
HSL325.45º29.73%21.76%-
HSV(B)325.45º45.83%28.24%-
XYZ4.163.134.39-
YUV51.03131.93142.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=42.60%
G=23.08%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72395800.460.190.72325.4529.7321.76
Hex48273A02E13481451e16
Octal1104772056231105053626
Binary100100010011111101001011101001110010001010001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,39,58); }

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

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

 a { background-color: rgb(72,39,58); }

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

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

 span { border-color: rgb(72,39,58); }

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