Html Css Color HEX #410B3A Mardi Gras

📋 copy color: '#410B3A'

red 65 ◦ green 11 ◦ blue 58

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

Shades of Mardi Gras #410B3A

Tints of Mardi Gras #410B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 43.28%

R = 48.51%
G = 8.21%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#410B3A (or 0x410B3A) is known color: Mardi Gras. HEX triplet: 41, 0B and 3A. RGB value is (65,11,58). Sum of RGB (Red+Green+Blue) = 65+11+58=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #410B3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B3A is #BEF4C5. Grayscale: #202020. Windows color (decimal): -12514502 or 3803969. OLE color: 3803969.

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

Color convert

RGB 65 11 58 -
CMYK 0 0.83 0.11 0.75
HSL 307.78º 0.71% 0.15% -
HSV(B) 307.78º 0.83% 0.25% -
XYZ 3.06 1.67 4.16 -
YUV 32.5 142.39 151.18 -
System Red Green Blue C M Y K H S L
Decimal 65 11 58 0 0.83 0.11 0.75 307.78 0.71 0.15
Hex 41 B 3A 0 53 B 4B 134 47 F
Octal 101 13 72 0 123 13 113 464 107 17
Binary 1000001 1011 111010 0 1010011 1011 1001011 100110100 1000111 1111

Color Harmonies of #410B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410B3A

Black with #410B3A

Text Example


Text Example

White with #410B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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