Html Css Color HEX #410A3A Mardi Gras

📋 copy color: '#410A3A'

red 65 ◦ green 10 ◦ blue 58

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

Shades of Mardi Gras #410A3A

Tints of Mardi Gras #410A3A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.52%

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

R = 48.87%
G = 7.52%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#410A3A (or 0x410A3A) is known color: Mardi Gras. HEX triplet: 41, 0A and 3A. RGB value is (65,10,58). Sum of RGB (Red+Green+Blue) = 65+10+58=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #410A3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A3A is #BEF5C5. Grayscale: #1F1F1F. Windows color (decimal): -12514758 or 3803713. OLE color: 3803713.

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

Color convert

RGB 65 10 58 -
CMYK 0 0.85 0.11 0.75
HSL 307.64º 0.73% 0.15% -
HSV(B) 307.64º 0.85% 0.25% -
XYZ 3.05 1.65 4.16 -
YUV 31.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 65 10 58 0 0.85 0.11 0.75 307.64 0.73 0.15
Hex 41 A 3A 0 55 B 4B 134 49 F
Octal 101 12 72 0 125 13 113 464 111 17
Binary 1000001 1010 111010 0 1010101 1011 1001011 100110100 1001001 1111

Color Harmonies of #410A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410A3A

Black with #410A3A

Text Example


Text Example

White with #410A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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