Html Css Color HEX #411F3E Mardi Gras

📋 copy color: '#411F3E'

red 65 ◦ green 31 ◦ blue 62

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

Shades of Mardi Gras #411F3E

Tints of Mardi Gras #411F3E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.62%

 BLUE value IS 62 (24.61% from 255) = 39.24%

R = 41.14%
G = 19.62%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#411F3E (or 0x411F3E) is known color: Mardi Gras. HEX triplet: 41, 1F and 3E. RGB value is (65,31,62). Sum of RGB (Red+Green+Blue) = 65+31+62=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #411F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F3E is #BEE0C1. Grayscale: #2C2C2C. Windows color (decimal): -12509378 or 4071233. OLE color: 4071233.

HSL color Cylindrical-coordinate representation of color #411F3E: hue angle of 305.29º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #411F3E is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 31 62 -
CMYK 0 0.52 0.05 0.75
HSL 305.29º 0.35% 0.19% -
HSV(B) 305.29º 0.52% 0.25% -
XYZ 3.54 2.45 4.84 -
YUV 44.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 65 31 62 0 0.52 0.05 0.75 305.29 0.35 0.19
Hex 41 1F 3E 0 34 5 4B 131 23 13
Octal 101 37 76 0 64 5 113 461 43 23
Binary 1000001 11111 111110 0 110100 101 1001011 100110001 100011 10011

Color Harmonies of #411F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F3E

Black with #411F3E

Text Example


Text Example

White with #411F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,31,62); }

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

background-color css

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

 a { background-color: rgb(65,31,62); }

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

border-color css

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

 span { border-color: rgb(65,31,62); }

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