Html Css Color HEX #441343 Mardi Gras

📋 copy color: '#441343'

red 68 ◦ green 19 ◦ blue 67

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

Shades of Mardi Gras #441343

Tints of Mardi Gras #441343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 43.51%

R = 44.16%
G = 12.34%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#441343 (or 0x441343) is known color: Mardi Gras. HEX triplet: 44, 13 and 43. RGB value is (68,19,67). Sum of RGB (Red+Green+Blue) = 68+19+67=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #441343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441343 is #BBECBC. Grayscale: #262626. Windows color (decimal): -12315837 or 4395844. OLE color: 4395844.

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

Color convert

RGB 68 19 67 -
CMYK 0 0.72 0.01 0.73
HSL 301.22º 0.56% 0.17% -
HSV(B) 301.22º 0.72% 0.27% -
XYZ 3.63 2.1 5.52 -
YUV 39.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 68 19 67 0 0.72 0.01 0.73 301.22 0.56 0.17
Hex 44 13 43 0 48 1 49 12D 38 11
Octal 104 23 103 0 110 1 111 455 70 21
Binary 1000100 10011 1000011 0 1001000 1 1001001 100101101 111000 10001

Color Harmonies of #441343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441343

Black with #441343

Text Example


Text Example

White with #441343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441343; }

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

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

background-color css

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

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

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

border-color css

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

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

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