Html Css Color HEX #442935 Barossa

📋 copy color: '#442935'

red 68 ◦ green 41 ◦ blue 53

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

Shades of Barossa #442935

Tints of Barossa #442935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 32.72%

R = 41.98%
G = 25.31%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#442935 (or 0x442935) is known color: Barossa. HEX triplet: 44, 29 and 35. RGB value is (68,41,53). Sum of RGB (Red+Green+Blue) = 68+41+53=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 68 - color contains mainly: red. Hex color #442935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442935 is #BBD6CA. Grayscale: #323232. Windows color (decimal): -12310219 or 3483972. OLE color: 3483972.

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

Color convert

RGB 68 41 53 -
CMYK 0 0.40 0.22 0.73
HSL 333.33º 0.25% 0.21% -
HSV(B) 333.33º 0.4% 0.27% -
XYZ 3.82 3.07 3.76 -
YUV 50.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 68 41 53 0 0.40 0.22 0.73 333.33 0.25 0.21
Hex 44 29 35 0 28 16 49 14D 19 15
Octal 104 51 65 0 50 26 111 515 31 25
Binary 1000100 101001 110101 0 101000 10110 1001001 101001101 11001 10101

Color Harmonies of #442935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442935

Black with #442935

Text Example


Text Example

White with #442935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442935; }

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

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

background-color css

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

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

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

border-color css

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

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

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