Html Css Color HEX #441842 Mardi Gras

📋 copy color: '#441842'

red 68 ◦ green 24 ◦ blue 66

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

Shades of Mardi Gras #441842

Tints of Mardi Gras #441842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.19%

 BLUE value IS 66 (26.17% from 255) = 41.77%

R = 43.04%
G = 15.19%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#441842 (or 0x441842) is known color: Mardi Gras. HEX triplet: 44, 18 and 42. RGB value is (68,24,66). Sum of RGB (Red+Green+Blue) = 68+24+66=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 68 - color contains mainly: red. Hex color #441842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441842 is #BBE7BD. Grayscale: #292929. Windows color (decimal): -12314558 or 4331588. OLE color: 4331588.

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

Color convert

RGB 68 24 66 -
CMYK 0 0.65 0.03 0.73
HSL 302.73º 0.48% 0.18% -
HSV(B) 302.73º 0.65% 0.27% -
XYZ 3.69 2.28 5.4 -
YUV 41.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 68 24 66 0 0.65 0.03 0.73 302.73 0.48 0.18
Hex 44 18 42 0 41 3 49 12F 30 12
Octal 104 30 102 0 101 3 111 457 60 22
Binary 1000100 11000 1000010 0 1000001 11 1001001 100101111 110000 10010

Color Harmonies of #441842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441842

Black with #441842

Text Example


Text Example

White with #441842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441842; }

 p { color: rgb(68,24,66); }

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

background-color css

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

 a { background-color: rgb(68,24,66); }

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

border-color css

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

 span { border-color: rgb(68,24,66); }

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