#482639

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

Shades of Barossa #482639

Tints of Barossa #482639

Color information

#482639 (or 0x482639) is unknown color: approx Barossa. HEX triplet: 48, 26 and 39. RGB value is (72,38,57). Sum of RGB (Red+Green+Blue) = 72+38+57=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #482639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482639 is #B7D9C6. Grayscale: #323232. Windows color (decimal): -12048839 or 3745352. OLE color: 3745352.

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

Color convert

RGB723857-
CMYK00.470.210.72
HSL326.47º30.91%21.57%-
HSV(B)326.47º47.22%28.24%-
XYZ4.13.064.25-
YUV50.33131.76143.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 38 (15.23% from 255) = 22.75%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=43.11%
G=22.75%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72385700.470.210.72326.4730.9121.57
Hex48263902F15481461f16
Octal1104671057251105063726
Binary100100010011011100101011111010110010001010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482639; }

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

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

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

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

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

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

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

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