Html Css Color HEX #411E3C Mardi Gras

📋 copy color: '#411E3C'

red 65 ◦ green 30 ◦ blue 60

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

Shades of Mardi Gras #411E3C

Tints of Mardi Gras #411E3C

RGB

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

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

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

R = 41.94%
G = 19.35%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#411E3C (or 0x411E3C) is known color: Mardi Gras. HEX triplet: 41, 1E and 3C. RGB value is (65,30,60). Sum of RGB (Red+Green+Blue) = 65+30+60=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #411E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E3C is #BEE1C3. Grayscale: #2B2B2B. Windows color (decimal): -12509636 or 3939905. OLE color: 3939905.

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

Color convert

RGB 65 30 60 -
CMYK 0 0.54 0.08 0.75
HSL 308.57º 0.37% 0.19% -
HSV(B) 308.57º 0.54% 0.25% -
XYZ 3.46 2.38 4.55 -
YUV 43.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 65 30 60 0 0.54 0.08 0.75 308.57 0.37 0.19
Hex 41 1E 3C 0 36 8 4B 135 25 13
Octal 101 36 74 0 66 10 113 465 45 23
Binary 1000001 11110 111100 0 110110 1000 1001011 100110101 100101 10011

Color Harmonies of #411E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E3C

Black with #411E3C

Text Example


Text Example

White with #411E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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