#482339

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

Shades of Barossa #482339

Tints of Barossa #482339

Color information

#482339 (or 0x482339) is unknown color: approx Barossa. HEX triplet: 48, 23 and 39. RGB value is (72,35,57). Sum of RGB (Red+Green+Blue) = 72+35+57=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #482339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482339 is #B7DCC6. Grayscale: #303030. Windows color (decimal): -12049607 or 3744584. OLE color: 3744584.

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

Color convert

RGB723557-
CMYK00.510.210.72
HSL324.32º34.58%20.98%-
HSV(B)324.32º51.39%28.24%-
XYZ4.012.884.21-
YUV48.57132.76144.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 57 (22.66% from 255) = 34.76%
R=43.90%
G=21.34%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72355700.510.210.72324.3234.5820.98
Hex48233903315481442315
Octal1104371063251105044325
Binary1001000100011111001011001110101100100010100010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482339; }

 p { color: rgb(72,35,57); }

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

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

 a { background-color: rgb(72,35,57); }

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

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

 span { border-color: rgb(72,35,57); }

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