Html Css Color HEX #442937 Barossa

📋 copy color: '#442937'

red 68 ◦ green 41 ◦ blue 55

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

Shades of Barossa #442937

Tints of Barossa #442937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25%

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

R = 41.46%
G = 25%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#442937 (or 0x442937) is known color: Barossa. HEX triplet: 44, 29 and 37. RGB value is (68,41,55). Sum of RGB (Red+Green+Blue) = 68+41+55=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 68 - color contains mainly: red. Hex color #442937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442937 is #BBD6C8. Grayscale: #323232. Windows color (decimal): -12310217 or 3615044. OLE color: 3615044.

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

Color convert

RGB 68 41 55 -
CMYK 0 0.40 0.19 0.73
HSL 328.89º 0.25% 0.21% -
HSV(B) 328.89º 0.4% 0.27% -
XYZ 3.87 3.09 4.01 -
YUV 50.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 68 41 55 0 0.40 0.19 0.73 328.89 0.25 0.21
Hex 44 29 37 0 28 13 49 149 19 15
Octal 104 51 67 0 50 23 111 511 31 25
Binary 1000100 101001 110111 0 101000 10011 1001001 101001001 11001 10101

Color Harmonies of #442937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442937

Black with #442937

Text Example


Text Example

White with #442937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442937; }

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

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

background-color css

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

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

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

border-color css

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

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

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