Html Css Color HEX #441841 Mardi Gras

📋 copy color: '#441841'

red 68 ◦ green 24 ◦ blue 65

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

Shades of Mardi Gras #441841

Tints of Mardi Gras #441841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 41.4%

R = 43.31%
G = 15.29%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#441841 (or 0x441841) is known color: Mardi Gras. HEX triplet: 44, 18 and 41. RGB value is (68,24,65). Sum of RGB (Red+Green+Blue) = 68+24+65=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #441841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441841 is #BBE7BE. Grayscale: #292929. Windows color (decimal): -12314559 or 4266052. OLE color: 4266052.

HSL color Cylindrical-coordinate representation of color #441841: hue angle of 304.09º 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 #441841 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 24 65 -
CMYK 0 0.65 0.04 0.73
HSL 304.09º 0.48% 0.18% -
HSV(B) 304.09º 0.65% 0.27% -
XYZ 3.66 2.26 5.24 -
YUV 41.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 68 24 65 0 0.65 0.04 0.73 304.09 0.48 0.18
Hex 44 18 41 0 41 4 49 130 30 12
Octal 104 30 101 0 101 4 111 460 60 22
Binary 1000100 11000 1000001 0 1000001 100 1001001 100110000 110000 10010

Color Harmonies of #441841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441841

Black with #441841

Text Example


Text Example

White with #441841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441841; }

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

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

background-color css

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

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

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

border-color css

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

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

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