Html Css Color HEX #411D3F Mardi Gras

📋 copy color: '#411D3F'

red 65 ◦ green 29 ◦ blue 63

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

Shades of Mardi Gras #411D3F

Tints of Mardi Gras #411D3F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.47%

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

R = 41.4%
G = 18.47%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#411D3F (or 0x411D3F) is known color: Mardi Gras. HEX triplet: 41, 1D and 3F. RGB value is (65,29,63). Sum of RGB (Red+Green+Blue) = 65+29+63=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #411D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D3F is #BEE2C0. Grayscale: #2B2B2B. Windows color (decimal): -12509889 or 4136257. OLE color: 4136257.

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

Color convert

RGB 65 29 63 -
CMYK 0 0.55 0.03 0.75
HSL 303.33º 0.38% 0.18% -
HSV(B) 303.33º 0.55% 0.25% -
XYZ 3.52 2.36 4.97 -
YUV 43.64 138.93 143.24 -
System Red Green Blue C M Y K H S L
Decimal 65 29 63 0 0.55 0.03 0.75 303.33 0.38 0.18
Hex 41 1D 3F 0 37 3 4B 12F 26 12
Octal 101 35 77 0 67 3 113 457 46 22
Binary 1000001 11101 111111 0 110111 11 1001011 100101111 100110 10010

Color Harmonies of #411D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D3F

Black with #411D3F

Text Example


Text Example

White with #411D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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