Html Css Color HEX #441A3E Mardi Gras

📋 copy color: '#441A3E'

red 68 ◦ green 26 ◦ blue 62

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

Shades of Mardi Gras #441A3E

Tints of Mardi Gras #441A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 39.74%

R = 43.59%
G = 16.67%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#441A3E (or 0x441A3E) is known color: Mardi Gras. HEX triplet: 44, 1A and 3E. RGB value is (68,26,62). Sum of RGB (Red+Green+Blue) = 68+26+62=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 68 - color contains mainly: red. Hex color #441A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A3E is #BBE5C1. Grayscale: #2A2A2A. Windows color (decimal): -12314050 or 4069956. OLE color: 4069956.

HSL color Cylindrical-coordinate representation of color #441A3E: hue angle of 308.57º 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 #441A3E is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 26 62 -
CMYK 0 0.62 0.09 0.73
HSL 308.57º 0.45% 0.18% -
HSV(B) 308.57º 0.62% 0.27% -
XYZ 3.62 2.32 4.81 -
YUV 42.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 68 26 62 0 0.62 0.09 0.73 308.57 0.45 0.18
Hex 44 1A 3E 0 3E 9 49 135 2D 12
Octal 104 32 76 0 76 11 111 465 55 22
Binary 1000100 11010 111110 0 111110 1001 1001001 100110101 101101 10010

Color Harmonies of #441A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A3E

Black with #441A3E

Text Example


Text Example

White with #441A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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