Html Css Color HEX #442837 Barossa

📋 copy color: '#442837'

red 68 ◦ green 40 ◦ blue 55

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

Shades of Barossa #442837

Tints of Barossa #442837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 33.74%

R = 41.72%
G = 24.54%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#442837 (or 0x442837) is known color: Barossa. HEX triplet: 44, 28 and 37. RGB value is (68,40,55). Sum of RGB (Red+Green+Blue) = 68+40+55=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 68 - color contains mainly: red. Hex color #442837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442837 is #BBD7C8. Grayscale: #323232. Windows color (decimal): -12310473 or 3614788. OLE color: 3614788.

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

Color convert

RGB 68 40 55 -
CMYK 0 0.41 0.19 0.73
HSL 327.86º 0.26% 0.21% -
HSV(B) 327.86º 0.41% 0.27% -
XYZ 3.83 3.02 4 -
YUV 50.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 68 40 55 0 0.41 0.19 0.73 327.86 0.26 0.21
Hex 44 28 37 0 29 13 49 148 1A 15
Octal 104 50 67 0 51 23 111 510 32 25
Binary 1000100 101000 110111 0 101001 10011 1001001 101001000 11010 10101

Color Harmonies of #442837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442837

Black with #442837

Text Example


Text Example

White with #442837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442837; }

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

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

background-color css

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

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

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

border-color css

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

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

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