Html Css Color HEX #410C3F Mardi Gras

📋 copy color: '#410C3F'

red 65 ◦ green 12 ◦ blue 63

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

Shades of Mardi Gras #410C3F

Tints of Mardi Gras #410C3F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.57%

 BLUE value IS 63 (25% from 255) = 45%

R = 46.43%
G = 8.57%
B = 45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#410C3F (or 0x410C3F) is known color: Mardi Gras. HEX triplet: 41, 0C and 3F. RGB value is (65,12,63). Sum of RGB (Red+Green+Blue) = 65+12+63=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #410C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C3F is #BEF3C0. Grayscale: #212121. Windows color (decimal): -12514241 or 4131905. OLE color: 4131905.

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

Color convert

RGB 65 12 63 -
CMYK 0 0.82 0.03 0.75
HSL 302.26º 0.69% 0.15% -
HSV(B) 302.26º 0.82% 0.25% -
XYZ 3.21 1.75 4.87 -
YUV 33.66 144.56 150.35 -
System Red Green Blue C M Y K H S L
Decimal 65 12 63 0 0.82 0.03 0.75 302.26 0.69 0.15
Hex 41 C 3F 0 52 3 4B 12E 45 F
Octal 101 14 77 0 122 3 113 456 105 17
Binary 1000001 1100 111111 0 1010010 11 1001011 100101110 1000101 1111

Color Harmonies of #410C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C3F

Black with #410C3F

Text Example


Text Example

White with #410C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,12,63); }

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

background-color css

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

 a { background-color: rgb(65,12,63); }

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

border-color css

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

 span { border-color: rgb(65,12,63); }

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