Html Css Color HEX #441342 Mardi Gras

📋 copy color: '#441342'

red 68 ◦ green 19 ◦ blue 66

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

Shades of Mardi Gras #441342

Tints of Mardi Gras #441342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.42%

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

R = 44.44%
G = 12.42%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#441342 (or 0x441342) is known color: Mardi Gras. HEX triplet: 44, 13 and 42. RGB value is (68,19,66). Sum of RGB (Red+Green+Blue) = 68+19+66=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #441342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441342 is #BBECBD. Grayscale: #262626. Windows color (decimal): -12315838 or 4330308. OLE color: 4330308.

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

Color convert

RGB 68 19 66 -
CMYK 0 0.72 0.03 0.73
HSL 302.45º 0.56% 0.17% -
HSV(B) 302.45º 0.72% 0.27% -
XYZ 3.6 2.09 5.37 -
YUV 39.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 68 19 66 0 0.72 0.03 0.73 302.45 0.56 0.17
Hex 44 13 42 0 48 3 49 12E 38 11
Octal 104 23 102 0 110 3 111 456 70 21
Binary 1000100 10011 1000010 0 1001000 11 1001001 100101110 111000 10001

Color Harmonies of #441342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441342

Black with #441342

Text Example


Text Example

White with #441342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441342; }

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

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

background-color css

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

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

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

border-color css

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

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

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