Html Css Color HEX #411D3B Mardi Gras

📋 copy color: '#411D3B'

red 65 ◦ green 29 ◦ blue 59

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

Shades of Mardi Gras #411D3B

Tints of Mardi Gras #411D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 38.56%

R = 42.48%
G = 18.95%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#411D3B (or 0x411D3B) is known color: Mardi Gras. HEX triplet: 41, 1D and 3B. RGB value is (65,29,59). Sum of RGB (Red+Green+Blue) = 65+29+59=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #411D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D3B is #BEE2C4. Grayscale: #2B2B2B. Windows color (decimal): -12509893 or 3874113. OLE color: 3874113.

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

Color convert

RGB 65 29 59 -
CMYK 0 0.55 0.09 0.75
HSL 310º 0.38% 0.18% -
HSV(B) 310º 0.55% 0.25% -
XYZ 3.41 2.32 4.41 -
YUV 43.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 65 29 59 0 0.55 0.09 0.75 310 0.38 0.18
Hex 41 1D 3B 0 37 9 4B 136 26 12
Octal 101 35 73 0 67 11 113 466 46 22
Binary 1000001 11101 111011 0 110111 1001 1001011 100110110 100110 10010

Color Harmonies of #411D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D3B

Black with #411D3B

Text Example


Text Example

White with #411D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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