Html Css Color HEX #411D3C Mardi Gras

📋 copy color: '#411D3C'

red 65 ◦ green 29 ◦ blue 60

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

Shades of Mardi Gras #411D3C

Tints of Mardi Gras #411D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 38.96%

R = 42.21%
G = 18.83%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#411D3C (or 0x411D3C) is known color: Mardi Gras. HEX triplet: 41, 1D and 3C. RGB value is (65,29,60). Sum of RGB (Red+Green+Blue) = 65+29+60=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #411D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D3C is #BEE2C3. Grayscale: #2B2B2B. Windows color (decimal): -12509892 or 3939649. OLE color: 3939649.

HSL color Cylindrical-coordinate representation of color #411D3C: hue angle of 308.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 #411D3C is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 29 60 -
CMYK 0 0.55 0.08 0.75
HSL 308.33º 0.38% 0.18% -
HSV(B) 308.33º 0.55% 0.25% -
XYZ 3.43 2.33 4.54 -
YUV 43.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 65 29 60 0 0.55 0.08 0.75 308.33 0.38 0.18
Hex 41 1D 3C 0 37 8 4B 134 26 12
Octal 101 35 74 0 67 10 113 464 46 22
Binary 1000001 11101 111100 0 110111 1000 1001011 100110100 100110 10010

Color Harmonies of #411D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D3C

Black with #411D3C

Text Example


Text Example

White with #411D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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