#462339

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

Shades of Barossa #462339

Tints of Barossa #462339

Color information

#462339 (or 0x462339) is unknown color: approx Barossa. HEX triplet: 46, 23 and 39. RGB value is (70,35,57). Sum of RGB (Red+Green+Blue) = 70+35+57=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #462339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462339 is #B9DCC6. Grayscale: #2F2F2F. Windows color (decimal): -12180679 or 3744582. OLE color: 3744582.

HSL color Cylindrical-coordinate representation of color #462339: hue angle of 322.29º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #462339 is Cyan = 0, Magento = 0.5, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB703557-
CMYK00.50.190.73
HSL322.29º33.33%20.59%-
HSV(B)322.29º50%27.45%-
XYZ3.872.84.21-
YUV47.97133.1143.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 35 (14.06% from 255) = 21.60%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=43.21%
G=21.60%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70355700.50.190.73322.2933.3320.59
Hex46233903213491422115
Octal1064371062231115024125
Binary1000110100011111001011001010011100100110100001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462339; }

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

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

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

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

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

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

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

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