Html Css Color HEX #411D3D Mardi Gras

📋 copy color: '#411D3D'

red 65 ◦ green 29 ◦ blue 61

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

Shades of Mardi Gras #411D3D

Tints of Mardi Gras #411D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.35%

R = 41.94%
G = 18.71%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#411D3D (or 0x411D3D) is known color: Mardi Gras. HEX triplet: 41, 1D and 3D. RGB value is (65,29,61). Sum of RGB (Red+Green+Blue) = 65+29+61=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #411D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D3D is #BEE2C2. Grayscale: #2B2B2B. Windows color (decimal): -12509891 or 4005185. OLE color: 4005185.

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

Color convert

RGB 65 29 61 -
CMYK 0 0.55 0.06 0.75
HSL 306.67º 0.38% 0.18% -
HSV(B) 306.67º 0.55% 0.25% -
XYZ 3.46 2.34 4.68 -
YUV 43.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 65 29 61 0 0.55 0.06 0.75 306.67 0.38 0.18
Hex 41 1D 3D 0 37 6 4B 133 26 12
Octal 101 35 75 0 67 6 113 463 46 22
Binary 1000001 11101 111101 0 110111 110 1001011 100110011 100110 10010

Color Harmonies of #411D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D3D

Black with #411D3D

Text Example


Text Example

White with #411D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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