Html Css Color HEX #441A3F Mardi Gras

📋 copy color: '#441A3F'

red 68 ◦ green 26 ◦ blue 63

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

Shades of Mardi Gras #441A3F

Tints of Mardi Gras #441A3F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.56%

 BLUE value IS 63 (25% from 255) = 40.13%

R = 43.31%
G = 16.56%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#441A3F (or 0x441A3F) is known color: Mardi Gras. HEX triplet: 44, 1A and 3F. RGB value is (68,26,63). Sum of RGB (Red+Green+Blue) = 68+26+63=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #441A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A3F is #BBE5C0. Grayscale: #2A2A2A. Windows color (decimal): -12314049 or 4135492. OLE color: 4135492.

HSL color Cylindrical-coordinate representation of color #441A3F: hue angle of 307.14º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441A3F is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 26 63 -
CMYK 0 0.62 0.07 0.73
HSL 307.14º 0.45% 0.18% -
HSV(B) 307.14º 0.62% 0.27% -
XYZ 3.65 2.33 4.96 -
YUV 42.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 68 26 63 0 0.62 0.07 0.73 307.14 0.45 0.18
Hex 44 1A 3F 0 3E 7 49 133 2D 12
Octal 104 32 77 0 76 7 111 463 55 22
Binary 1000100 11010 111111 0 111110 111 1001001 100110011 101101 10010

Color Harmonies of #441A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A3F

Black with #441A3F

Text Example


Text Example

White with #441A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441A3F; }

 p { color: rgb(68,26,63); }

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

background-color css

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

 a { background-color: rgb(68,26,63); }

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

border-color css

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

 span { border-color: rgb(68,26,63); }

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