Html Css Color HEX #441341 Mardi Gras

📋 copy color: '#441341'

red 68 ◦ green 19 ◦ blue 65

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

Shades of Mardi Gras #441341

Tints of Mardi Gras #441341

RGB

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

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

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

R = 44.74%
G = 12.5%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#441341 (or 0x441341) is known color: Mardi Gras. HEX triplet: 44, 13 and 41. RGB value is (68,19,65). Sum of RGB (Red+Green+Blue) = 68+19+65=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 68 - color contains mainly: red. Hex color #441341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441341 is #BBECBE. Grayscale: #262626. Windows color (decimal): -12315839 or 4264772. OLE color: 4264772.

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

Color convert

RGB 68 19 65 -
CMYK 0 0.72 0.04 0.73
HSL 303.67º 0.56% 0.17% -
HSV(B) 303.67º 0.72% 0.27% -
XYZ 3.57 2.08 5.21 -
YUV 38.9 142.73 148.76 -
System Red Green Blue C M Y K H S L
Decimal 68 19 65 0 0.72 0.04 0.73 303.67 0.56 0.17
Hex 44 13 41 0 48 4 49 130 38 11
Octal 104 23 101 0 110 4 111 460 70 21
Binary 1000100 10011 1000001 0 1001000 100 1001001 100110000 111000 10001

Color Harmonies of #441341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441341

Black with #441341

Text Example


Text Example

White with #441341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441341; }

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

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

background-color css

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

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

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

border-color css

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

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

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