Html Css Color HEX #442838 Barossa

📋 copy color: '#442838'

red 68 ◦ green 40 ◦ blue 56

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

Shades of Barossa #442838

Tints of Barossa #442838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.39%

 BLUE value IS 56 (22.27% from 255) = 34.15%

R = 41.46%
G = 24.39%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#442838 (or 0x442838) is known color: Barossa. HEX triplet: 44, 28 and 38. RGB value is (68,40,56). Sum of RGB (Red+Green+Blue) = 68+40+56=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 68 - color contains mainly: red. Hex color #442838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442838 is #BBD7C7. Grayscale: #323232. Windows color (decimal): -12310472 or 3680324. OLE color: 3680324.

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

Color convert

RGB 68 40 56 -
CMYK 0 0.41 0.18 0.73
HSL 325.71º 0.26% 0.21% -
HSV(B) 325.71º 0.41% 0.27% -
XYZ 3.86 3.03 4.12 -
YUV 50.2 131.28 140.7 -
System Red Green Blue C M Y K H S L
Decimal 68 40 56 0 0.41 0.18 0.73 325.71 0.26 0.21
Hex 44 28 38 0 29 12 49 146 1A 15
Octal 104 50 70 0 51 22 111 506 32 25
Binary 1000100 101000 111000 0 101001 10010 1001001 101000110 11010 10101

Color Harmonies of #442838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442838

Black with #442838

Text Example


Text Example

White with #442838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442838; }

 p { color: rgb(68,40,56); }

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

background-color css

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

 a { background-color: rgb(68,40,56); }

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

border-color css

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

 span { border-color: rgb(68,40,56); }

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