Html Css Color HEX #442839 Barossa

📋 copy color: '#442839'

red 68 ◦ green 40 ◦ blue 57

#442839
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #442839

Tints of Barossa #442839

RGB

 RED value IS 68 (26.95% from 255) = 41.21%

 GREEN value IS 40 (16.02% from 255) = 24.24%

 BLUE value IS 57 (22.66% from 255) = 34.55%

R = 41.21%
G = 24.24%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#442839 (or 0x442839) is known color: Barossa. HEX triplet: 44, 28 and 39. RGB value is (68,40,57). Sum of RGB (Red+Green+Blue) = 68+40+57=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 68 - color contains mainly: red. Hex color #442839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442839 is #BBD7C6. Grayscale: #323232. Windows color (decimal): -12310471 or 3745860. OLE color: 3745860.

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

Color convert

RGB 68 40 57 -
CMYK 0 0.41 0.16 0.73
HSL 323.57º 0.26% 0.21% -
HSV(B) 323.57º 0.41% 0.27% -
XYZ 3.88 3.04 4.25 -
YUV 50.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 68 40 57 0 0.41 0.16 0.73 323.57 0.26 0.21
Hex 44 28 39 0 29 10 49 144 1A 15
Octal 104 50 71 0 51 20 111 504 32 25
Binary 1000100 101000 111001 0 101001 10000 1001001 101000100 11010 10101

Color Harmonies of #442839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442839

Black with #442839

Text Example


Text Example

White with #442839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442839; }

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

 H1.HeaderClassName
 {
   color: #442839;
 }
 .AnyTagClassName
 {
   color: #442839;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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