#482539

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

Shades of Barossa #482539

Tints of Barossa #482539

Color information

#482539 (or 0x482539) is unknown color: approx Barossa. HEX triplet: 48, 25 and 39. RGB value is (72,37,57). Sum of RGB (Red+Green+Blue) = 72+37+57=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #482539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482539 is #B7DAC6. Grayscale: #313131. Windows color (decimal): -12049095 or 3745096. OLE color: 3745096.

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

Color convert

RGB723757-
CMYK00.490.210.72
HSL325.71º32.11%21.37%-
HSV(B)325.71º48.61%28.24%-
XYZ4.0734.23-
YUV49.74132.1143.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 57 (22.66% from 255) = 34.34%
R=43.37%
G=22.29%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72375700.490.210.72325.7132.1121.37
Hex48253903115481462015
Octal1104571061251105064025
Binary1001000100101111001011000110101100100010100011010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482539; }

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

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

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

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

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

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

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

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