Html Css Color HEX #410A3D Mardi Gras

📋 copy color: '#410A3D'

red 65 ◦ green 10 ◦ blue 61

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

Shades of Mardi Gras #410A3D

Tints of Mardi Gras #410A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 44.85%

R = 47.79%
G = 7.35%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#410A3D (or 0x410A3D) is known color: Mardi Gras. HEX triplet: 41, 0A and 3D. RGB value is (65,10,61). Sum of RGB (Red+Green+Blue) = 65+10+61=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #410A3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A3D is #BEF5C2. Grayscale: #202020. Windows color (decimal): -12514755 or 4000321. OLE color: 4000321.

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

Color convert

RGB 65 10 61 -
CMYK 0 0.85 0.06 0.75
HSL 304.36º 0.73% 0.15% -
HSV(B) 304.36º 0.85% 0.25% -
XYZ 3.13 1.68 4.57 -
YUV 32.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 65 10 61 0 0.85 0.06 0.75 304.36 0.73 0.15
Hex 41 A 3D 0 55 6 4B 130 49 F
Octal 101 12 75 0 125 6 113 460 111 17
Binary 1000001 1010 111101 0 1010101 110 1001011 100110000 1001001 1111

Color Harmonies of #410A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410A3D

Black with #410A3D

Text Example


Text Example

White with #410A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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