Html Css Color HEX #442836 Barossa

📋 copy color: '#442836'

red 68 ◦ green 40 ◦ blue 54

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

Shades of Barossa #442836

Tints of Barossa #442836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 33.33%

R = 41.98%
G = 24.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#442836 (or 0x442836) is known color: Barossa. HEX triplet: 44, 28 and 36. RGB value is (68,40,54). Sum of RGB (Red+Green+Blue) = 68+40+54=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 68 - color contains mainly: red. Hex color #442836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442836 is #BBD7C9. Grayscale: #313131. Windows color (decimal): -12310474 or 3549252. OLE color: 3549252.

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

Color convert

RGB 68 40 54 -
CMYK 0 0.41 0.21 0.73
HSL 330º 0.26% 0.21% -
HSV(B) 330º 0.41% 0.27% -
XYZ 3.81 3.01 3.87 -
YUV 49.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 68 40 54 0 0.41 0.21 0.73 330 0.26 0.21
Hex 44 28 36 0 29 15 49 14A 1A 15
Octal 104 50 66 0 51 25 111 512 32 25
Binary 1000100 101000 110110 0 101001 10101 1001001 101001010 11010 10101

Color Harmonies of #442836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442836

Black with #442836

Text Example


Text Example

White with #442836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442836; }

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

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

background-color css

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

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

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

border-color css

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

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

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