#442739

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

Shades of Barossa #442739

Tints of Barossa #442739

Color information

#442739 (or 0x442739) is unknown color: approx Barossa. HEX triplet: 44, 27 and 39. RGB value is (68,39,57). Sum of RGB (Red+Green+Blue) = 68+39+57=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 68 - color contains mainly: red. Hex color #442739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442739 is #BBD8C6. Grayscale: #313131. Windows color (decimal): -12310727 or 3745604. OLE color: 3745604.

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

Color convert

RGB683957-
CMYK00.430.160.73
HSL322.76º27.1%20.98%-
HSV(B)322.76º42.65%26.67%-
XYZ3.852.984.24-
YUV49.72132.11141.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.46%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 57 (22.66% from 255) = 34.76%
R=41.46%
G=23.78%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68395700.430.160.73322.7627.120.98
Hex44273902B10491431b15
Octal1044771053201115033325
Binary100010010011111100101010111000010010011010000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442739; }

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

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

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

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

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

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

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

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