Html Css Color HEX #411E3F Mardi Gras

📋 copy color: '#411E3F'

red 65 ◦ green 30 ◦ blue 63

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

Shades of Mardi Gras #411E3F

Tints of Mardi Gras #411E3F

RGB

 RED value IS 65 (25.78% from 255) = 41.14%

 GREEN value IS 30 (12.11% from 255) = 18.99%

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

R = 41.14%
G = 18.99%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#411E3F (or 0x411E3F) is known color: Mardi Gras. HEX triplet: 41, 1E and 3F. RGB value is (65,30,63). Sum of RGB (Red+Green+Blue) = 65+30+63=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #411E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E3F is #BEE1C0. Grayscale: #2C2C2C. Windows color (decimal): -12509633 or 4136513. OLE color: 4136513.

HSL color Cylindrical-coordinate representation of color #411E3F: hue angle of 303.43º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #411E3F is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 30 63 -
CMYK 0 0.54 0.03 0.75
HSL 303.43º 0.37% 0.19% -
HSV(B) 303.43º 0.54% 0.25% -
XYZ 3.54 2.41 4.98 -
YUV 44.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 65 30 63 0 0.54 0.03 0.75 303.43 0.37 0.19
Hex 41 1E 3F 0 36 3 4B 12F 25 13
Octal 101 36 77 0 66 3 113 457 45 23
Binary 1000001 11110 111111 0 110110 11 1001011 100101111 100101 10011

Color Harmonies of #411E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E3F

Black with #411E3F

Text Example


Text Example

White with #411E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411E3F; }

 p { color: rgb(65,30,63); }

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

background-color css

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

 a { background-color: rgb(65,30,63); }

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

border-color css

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

 span { border-color: rgb(65,30,63); }

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