Html Css Color HEX #410B3B Mardi Gras

📋 copy color: '#410B3B'

red 65 ◦ green 11 ◦ blue 59

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

Shades of Mardi Gras #410B3B

Tints of Mardi Gras #410B3B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.15%

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

R = 48.15%
G = 8.15%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#410B3B (or 0x410B3B) is known color: Mardi Gras. HEX triplet: 41, 0B and 3B. RGB value is (65,11,59). Sum of RGB (Red+Green+Blue) = 65+11+59=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #410B3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B3B is #BEF4C4. Grayscale: #202020. Windows color (decimal): -12514501 or 3869505. OLE color: 3869505.

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

Color convert

RGB 65 11 59 -
CMYK 0 0.83 0.09 0.75
HSL 306.67º 0.71% 0.15% -
HSV(B) 306.67º 0.83% 0.25% -
XYZ 3.09 1.68 4.3 -
YUV 32.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 65 11 59 0 0.83 0.09 0.75 306.67 0.71 0.15
Hex 41 B 3B 0 53 9 4B 133 47 F
Octal 101 13 73 0 123 11 113 463 107 17
Binary 1000001 1011 111011 0 1010011 1001 1001011 100110011 1000111 1111

Color Harmonies of #410B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410B3B

Black with #410B3B

Text Example


Text Example

White with #410B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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