#442538

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

Shades of Barossa #442538

Tints of Barossa #442538

Color information

#442538 (or 0x442538) is unknown color: approx Barossa. HEX triplet: 44, 25 and 38. RGB value is (68,37,56). Sum of RGB (Red+Green+Blue) = 68+37+56=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #442538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442538 is #BBDAC7. Grayscale: #303030. Windows color (decimal): -12311240 or 3679556. OLE color: 3679556.

HSL color Cylindrical-coordinate representation of color #442538: hue angle of 323.23º 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 #442538 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB683756-
CMYK00.460.180.73
HSL323.23º29.52%20.59%-
HSV(B)323.23º45.59%26.67%-
XYZ3.762.844.09-
YUV48.44132.27141.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=42.24%
G=22.98%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68375600.460.180.73323.2329.5220.59
Hex44253802E12491431e15
Octal1044570056221115033625
Binary100010010010111100001011101001010010011010000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442538; }

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

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

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

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

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

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

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

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