#48293A

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

Shades of Barossa #48293A

Tints of Barossa #48293A

Color information

#48293A (or 0x48293A) is unknown color: approx Barossa. HEX triplet: 48, 29 and 3A. RGB value is (72,41,58). Sum of RGB (Red+Green+Blue) = 72+41+58=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #48293A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48293A is #B7D6C5. Grayscale: #343434. Windows color (decimal): -12048070 or 3811656. OLE color: 3811656.

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

Color convert

RGB724158-
CMYK00.430.190.72
HSL327.1º27.43%22.16%-
HSV(B)327.1º43.06%28.24%-
XYZ4.233.274.41-
YUV52.21131.27142.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=42.11%
G=23.98%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72415800.430.190.72327.127.4322.16
Hex48293A02B13481471b16
Octal1105172053231105073326
Binary100100010100111101001010111001110010001010001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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