#442838

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

Shades of Barossa #442838

Tints of Barossa #442838

Color information

#442838 (or 0x442838) is unknown color: approx Barossa. HEX triplet: 44, 28 and 38. RGB value is (68,40,56). Sum of RGB (Red+Green+Blue) = 68+40+56=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 68 - color contains mainly: red. Hex color #442838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442838 is #BBD7C7. Grayscale: #323232. Windows color (decimal): -12310472 or 3680324. OLE color: 3680324.

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

Color convert

RGB684056-
CMYK00.410.180.73
HSL325.71º25.93%21.18%-
HSV(B)325.71º41.18%26.67%-
XYZ3.863.034.12-
YUV50.2131.28140.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.46%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 56 (22.27% from 255) = 34.15%
R=41.46%
G=24.39%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68405600.410.180.73325.7125.9321.18
Hex44283802912491461a15
Octal1045070051221115063225
Binary100010010100011100001010011001010010011010001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442838; }

 p { color: rgb(68,40,56); }

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

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

 a { background-color: rgb(68,40,56); }

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

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

 span { border-color: rgb(68,40,56); }

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