#442439

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

Shades of Barossa #442439

Tints of Barossa #442439

Color information

#442439 (or 0x442439) is unknown color: approx Barossa. HEX triplet: 44, 24 and 39. RGB value is (68,36,57). Sum of RGB (Red+Green+Blue) = 68+36+57=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #442439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442439 is #BBDBC6. Grayscale: #2F2F2F. Windows color (decimal): -12311495 or 3744836. OLE color: 3744836.

HSL color Cylindrical-coordinate representation of color #442439: hue angle of 320.62º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #442439 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB683657-
CMYK00.470.160.73
HSL320.62º30.77%20.39%-
HSV(B)320.62º47.06%26.67%-
XYZ3.752.794.21-
YUV47.96133.1142.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=42.24%
G=22.36%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68365700.470.160.73320.6230.7720.39
Hex44243902F10491411f14
Octal1044471057201115013724
Binary100010010010011100101011111000010010011010000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442439; }

 p { color: rgb(68,36,57); }

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

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

 a { background-color: rgb(68,36,57); }

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

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

 span { border-color: rgb(68,36,57); }

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