#442936

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

Shades of Barossa #442936

Tints of Barossa #442936

Color information

#442936 (or 0x442936) is unknown color: approx Barossa. HEX triplet: 44, 29 and 36. RGB value is (68,41,54). Sum of RGB (Red+Green+Blue) = 68+41+54=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 68 - color contains mainly: red. Hex color #442936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442936 is #BBD6C9. Grayscale: #323232. Windows color (decimal): -12310218 or 3549508. OLE color: 3549508.

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

Color convert

RGB684154-
CMYK00.400.210.73
HSL331.11º24.77%21.37%-
HSV(B)331.11º39.71%26.67%-
XYZ3.843.083.88-
YUV50.56129.95140.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.72%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 54 (21.48% from 255) = 33.13%
R=41.72%
G=25.15%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68415400.400.210.73331.1124.7721.37
Hex442936028154914b1915
Octal1045166050251115133125
Binary100010010100111011001010001010110010011010010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442936; }

 p { color: rgb(68,41,54); }

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

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

 a { background-color: rgb(68,41,54); }

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

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

 span { border-color: rgb(68,41,54); }

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