#442537

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

Shades of Barossa #442537

Tints of Barossa #442537

Color information

#442537 (or 0x442537) is unknown color: approx Barossa. HEX triplet: 44, 25 and 37. RGB value is (68,37,55). Sum of RGB (Red+Green+Blue) = 68+37+55=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 68 - color contains mainly: red. Hex color #442537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442537 is #BBDAC8. Grayscale: #303030. Windows color (decimal): -12311241 or 3614020. OLE color: 3614020.

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

Color convert

RGB683755-
CMYK00.460.190.73
HSL325.16º29.52%20.59%-
HSV(B)325.16º45.59%26.67%-
XYZ3.742.833.96-
YUV48.32131.77142.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.5%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 55 (21.88% from 255) = 34.38%
R=42.5%
G=23.12%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68375500.460.190.73325.1629.5220.59
Hex44253702E13491451e15
Octal1044567056231115053625
Binary100010010010111011101011101001110010011010001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442537; }

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

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

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

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

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

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

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

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