#442637

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

Shades of Barossa #442637

Tints of Barossa #442637

Color information

#442637 (or 0x442637) is unknown color: approx Barossa. HEX triplet: 44, 26 and 37. RGB value is (68,38,55). Sum of RGB (Red+Green+Blue) = 68+38+55=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #442637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442637 is #BBD9C8. Grayscale: #303030. Windows color (decimal): -12310985 or 3614276. OLE color: 3614276.

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

Color convert

RGB683855-
CMYK00.440.190.73
HSL326º28.3%20.78%-
HSV(B)326º44.12%26.67%-
XYZ3.772.893.97-
YUV48.91131.44141.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 55 (21.88% from 255) = 34.16%
R=42.24%
G=23.60%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68385500.440.190.7332628.320.78
Hex44263702C13491461c15
Octal1044667054231115063425
Binary100010010011011011101011001001110010011010001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442637; }

 p { color: rgb(68,38,55); }

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

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

 a { background-color: rgb(68,38,55); }

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

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

 span { border-color: rgb(68,38,55); }

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