Html Css Color HEX #442D3A Barossa

📋 copy color: '#442D3A'

red 68 ◦ green 45 ◦ blue 58

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

Shades of Barossa #442D3A

Tints of Barossa #442D3A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.32%

 BLUE value IS 58 (23.05% from 255) = 33.92%

R = 39.77%
G = 26.32%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#442D3A (or 0x442D3A) is known color: Barossa. HEX triplet: 44, 2D and 3A. RGB value is (68,45,58). Sum of RGB (Red+Green+Blue) = 68+45+58=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 68 - color contains mainly: red. Hex color #442D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D3A is #BBD2C5. Grayscale: #353535. Windows color (decimal): -12309190 or 3812676. OLE color: 3812676.

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

Color convert

RGB 68 45 58 -
CMYK 0 0.34 0.15 0.73
HSL 326.09º 0.2% 0.22% -
HSV(B) 326.09º 0.34% 0.27% -
XYZ 4.09 3.41 4.45 -
YUV 53.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 68 45 58 0 0.34 0.15 0.73 326.09 0.2 0.22
Hex 44 2D 3A 0 22 F 49 146 14 16
Octal 104 55 72 0 42 17 111 506 24 26
Binary 1000100 101101 111010 0 100010 1111 1001001 101000110 10100 10110

Color Harmonies of #442D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D3A

Black with #442D3A

Text Example


Text Example

White with #442D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,45,58); }

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

background-color css

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

 a { background-color: rgb(68,45,58); }

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

border-color css

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

 span { border-color: rgb(68,45,58); }

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