Html Css Color HEX #410D3E Mardi Gras

📋 copy color: '#410D3E'

red 65 ◦ green 13 ◦ blue 62

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

Shades of Mardi Gras #410D3E

Tints of Mardi Gras #410D3E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.29%

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

R = 46.43%
G = 9.29%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#410D3E (or 0x410D3E) is known color: Mardi Gras. HEX triplet: 41, 0D and 3E. RGB value is (65,13,62). Sum of RGB (Red+Green+Blue) = 65+13+62=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #410D3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D3E is #BEF2C1. Grayscale: #212121. Windows color (decimal): -12513986 or 4066625. OLE color: 4066625.

HSL color Cylindrical-coordinate representation of color #410D3E: hue angle of 303.46º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #410D3E is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 13 62 -
CMYK 0 0.80 0.05 0.75
HSL 303.46º 0.67% 0.15% -
HSV(B) 303.46º 0.8% 0.25% -
XYZ 3.19 1.76 4.73 -
YUV 34.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 65 13 62 0 0.80 0.05 0.75 303.46 0.67 0.15
Hex 41 D 3E 0 50 5 4B 12F 43 F
Octal 101 15 76 0 120 5 113 457 103 17
Binary 1000001 1101 111110 0 1010000 101 1001011 100101111 1000011 1111

Color Harmonies of #410D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D3E

Black with #410D3E

Text Example


Text Example

White with #410D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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