Html Css Color HEX #410D3B Mardi Gras

📋 copy color: '#410D3B'

red 65 ◦ green 13 ◦ blue 59

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

Shades of Mardi Gras #410D3B

Tints of Mardi Gras #410D3B

RGB

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

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

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

R = 47.45%
G = 9.49%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#410D3B (or 0x410D3B) is known color: Mardi Gras. HEX triplet: 41, 0D and 3B. RGB value is (65,13,59). Sum of RGB (Red+Green+Blue) = 65+13+59=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #410D3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D3B is #BEF2C4. Grayscale: #212121. Windows color (decimal): -12513989 or 3870017. OLE color: 3870017.

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

Color convert

RGB 65 13 59 -
CMYK 0 0.80 0.09 0.75
HSL 306.92º 0.67% 0.15% -
HSV(B) 306.92º 0.8% 0.25% -
XYZ 3.11 1.73 4.31 -
YUV 33.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 65 13 59 0 0.80 0.09 0.75 306.92 0.67 0.15
Hex 41 D 3B 0 50 9 4B 133 43 F
Octal 101 15 73 0 120 11 113 463 103 17
Binary 1000001 1101 111011 0 1010000 1001 1001011 100110011 1000011 1111

Color Harmonies of #410D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D3B

Black with #410D3B

Text Example


Text Example

White with #410D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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