Html Css Color HEX #442C35 Barossa

📋 copy color: '#442C35'

red 68 ◦ green 44 ◦ blue 53

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

Shades of Barossa #442C35

Tints of Barossa #442C35

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.67%

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

R = 41.21%
G = 26.67%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#442C35 (or 0x442C35) is known color: Barossa. HEX triplet: 44, 2C and 35. RGB value is (68,44,53). Sum of RGB (Red+Green+Blue) = 68+44+53=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 68 - color contains mainly: red. Hex color #442C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C35 is #BBD3CA. Grayscale: #343434. Windows color (decimal): -12309451 or 3484740. OLE color: 3484740.

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

Color convert

RGB 68 44 53 -
CMYK 0 0.35 0.22 0.73
HSL 337.5º 0.21% 0.22% -
HSV(B) 337.5º 0.35% 0.27% -
XYZ 3.93 3.29 3.8 -
YUV 52.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 68 44 53 0 0.35 0.22 0.73 337.5 0.21 0.22
Hex 44 2C 35 0 23 16 49 152 15 16
Octal 104 54 65 0 43 26 111 522 25 26
Binary 1000100 101100 110101 0 100011 10110 1001001 101010010 10101 10110

Color Harmonies of #442C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C35

Black with #442C35

Text Example


Text Example

White with #442C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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