Html Css Color HEX #442637 Barossa

📋 copy color: '#442637'

red 68 ◦ green 38 ◦ blue 55

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

Shades of Barossa #442637

Tints of Barossa #442637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.6%

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

R = 42.24%
G = 23.6%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#442637 (or 0x442637) is known color: Barossa. HEX triplet: 44, 26 and 37. RGB value is (68,38,55). Sum of RGB (Red+Green+Blue) = 68+38+55=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #442637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442637 is #BBD9C8. Grayscale: #303030. Windows color (decimal): -12310985 or 3614276. OLE color: 3614276.

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

Color convert

RGB 68 38 55 -
CMYK 0 0.44 0.19 0.73
HSL 326º 0.28% 0.21% -
HSV(B) 326º 0.44% 0.27% -
XYZ 3.77 2.89 3.97 -
YUV 48.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 68 38 55 0 0.44 0.19 0.73 326 0.28 0.21
Hex 44 26 37 0 2C 13 49 146 1C 15
Octal 104 46 67 0 54 23 111 506 34 25
Binary 1000100 100110 110111 0 101100 10011 1001001 101000110 11100 10101

Color Harmonies of #442637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442637

Black with #442637

Text Example


Text Example

White with #442637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442637; }

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

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

background-color css

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

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

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

border-color css

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

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

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