#482839

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

Shades of Barossa #482839

Tints of Barossa #482839

Color information

#482839 (or 0x482839) is unknown color: approx Barossa. HEX triplet: 48, 28 and 39. RGB value is (72,40,57). Sum of RGB (Red+Green+Blue) = 72+40+57=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #482839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482839 is #B7D7C6. Grayscale: #333333. Windows color (decimal): -12048327 or 3745864. OLE color: 3745864.

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

Color convert

RGB724057-
CMYK00.440.210.72
HSL328.12º28.57%21.96%-
HSV(B)328.12º44.44%28.24%-
XYZ4.173.194.27-
YUV51.51131.1142.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 40 (16.02% from 255) = 23.67%
BLUE value IS 57 (22.66% from 255) = 33.73%
R=42.60%
G=23.67%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72405700.440.210.72328.1228.5721.96
Hex48283902C15481481d16
Octal1105071054251105103526
Binary100100010100011100101011001010110010001010010001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482839; }

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

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

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

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

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

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

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

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