Html Css Color HEX #442936 Barossa

📋 copy color: '#442936'

red 68 ◦ green 41 ◦ blue 54

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

Shades of Barossa #442936

Tints of Barossa #442936

RGB

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

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

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

R = 41.72%
G = 25.15%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#442936 (or 0x442936) is known color: Barossa. HEX triplet: 44, 29 and 36. RGB value is (68,41,54). Sum of RGB (Red+Green+Blue) = 68+41+54=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 68 - color contains mainly: red. Hex color #442936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442936 is #BBD6C9. Grayscale: #323232. Windows color (decimal): -12310218 or 3549508. OLE color: 3549508.

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

Color convert

RGB 68 41 54 -
CMYK 0 0.40 0.21 0.73
HSL 331.11º 0.25% 0.21% -
HSV(B) 331.11º 0.4% 0.27% -
XYZ 3.84 3.08 3.88 -
YUV 50.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 68 41 54 0 0.40 0.21 0.73 331.11 0.25 0.21
Hex 44 29 36 0 28 15 49 14B 19 15
Octal 104 51 66 0 50 25 111 513 31 25
Binary 1000100 101001 110110 0 101000 10101 1001001 101001011 11001 10101

Color Harmonies of #442936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442936

Black with #442936

Text Example


Text Example

White with #442936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442936; }

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

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

background-color css

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

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

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

border-color css

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

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

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