Html Css Color HEX #442439 Barossa

📋 copy color: '#442439'

red 68 ◦ green 36 ◦ blue 57

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

Shades of Barossa #442439

Tints of Barossa #442439

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.36%

 BLUE value IS 57 (22.66% from 255) = 35.4%

R = 42.24%
G = 22.36%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#442439 (or 0x442439) is known color: Barossa. HEX triplet: 44, 24 and 39. RGB value is (68,36,57). Sum of RGB (Red+Green+Blue) = 68+36+57=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #442439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442439 is #BBDBC6. Grayscale: #2F2F2F. Windows color (decimal): -12311495 or 3744836. OLE color: 3744836.

HSL color Cylindrical-coordinate representation of color #442439: hue angle of 320.62º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #442439 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 36 57 -
CMYK 0 0.47 0.16 0.73
HSL 320.63º 0.31% 0.2% -
HSV(B) 320.63º 0.47% 0.27% -
XYZ 3.75 2.79 4.21 -
YUV 47.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 68 36 57 0 0.47 0.16 0.73 320.63 0.31 0.2
Hex 44 24 39 0 2F 10 49 141 1F 14
Octal 104 44 71 0 57 20 111 501 37 24
Binary 1000100 100100 111001 0 101111 10000 1001001 101000001 11111 10100

Color Harmonies of #442439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442439

Black with #442439

Text Example


Text Example

White with #442439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442439; }

 p { color: rgb(68,36,57); }

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

background-color css

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

 a { background-color: rgb(68,36,57); }

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

border-color css

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

 span { border-color: rgb(68,36,57); }

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