Html Css Color HEX #410E3D Mardi Gras

📋 copy color: '#410E3D'

red 65 ◦ green 14 ◦ blue 61

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

Shades of Mardi Gras #410E3D

Tints of Mardi Gras #410E3D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10%

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

R = 46.43%
G = 10%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#410E3D (or 0x410E3D) is known color: Mardi Gras. HEX triplet: 41, 0E and 3D. RGB value is (65,14,61). Sum of RGB (Red+Green+Blue) = 65+14+61=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #410E3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E3D is #BEF1C2. Grayscale: #222222. Windows color (decimal): -12513731 or 4001345. OLE color: 4001345.

HSL color Cylindrical-coordinate representation of color #410E3D: hue angle of 304.71º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #410E3D is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 14 61 -
CMYK 0 0.78 0.06 0.75
HSL 304.71º 0.65% 0.15% -
HSV(B) 304.71º 0.78% 0.25% -
XYZ 3.18 1.77 4.59 -
YUV 34.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 65 14 61 0 0.78 0.06 0.75 304.71 0.65 0.15
Hex 41 E 3D 0 4E 6 4B 131 41 F
Octal 101 16 75 0 116 6 113 461 101 17
Binary 1000001 1110 111101 0 1001110 110 1001011 100110001 1000001 1111

Color Harmonies of #410E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410E3D

Black with #410E3D

Text Example


Text Example

White with #410E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410E3D; }

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

 H1.HeaderClassName
 {
   color: #410E3D;
 }
 .AnyTagClassName
 {
   color: #410E3D;
 }
</style>

background-color css

<style>
 a { background-color: #410E3D; }

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

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

border-color css

<style>
 span { border-color: #410E3D; }

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

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