Html Css Color HEX #410C3A Mardi Gras

📋 copy color: '#410C3A'

red 65 ◦ green 12 ◦ blue 58

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

Shades of Mardi Gras #410C3A

Tints of Mardi Gras #410C3A

RGB

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

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

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

R = 48.15%
G = 8.89%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#410C3A (or 0x410C3A) is known color: Mardi Gras. HEX triplet: 41, 0C and 3A. RGB value is (65,12,58). Sum of RGB (Red+Green+Blue) = 65+12+58=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #410C3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C3A is #BEF3C5. Grayscale: #202020. Windows color (decimal): -12514246 or 3804225. OLE color: 3804225.

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

Color convert

RGB 65 12 58 -
CMYK 0 0.82 0.11 0.75
HSL 307.92º 0.69% 0.15% -
HSV(B) 307.92º 0.82% 0.25% -
XYZ 3.08 1.69 4.17 -
YUV 33.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 65 12 58 0 0.82 0.11 0.75 307.92 0.69 0.15
Hex 41 C 3A 0 52 B 4B 134 45 F
Octal 101 14 72 0 122 13 113 464 105 17
Binary 1000001 1100 111010 0 1010010 1011 1001011 100110100 1000101 1111

Color Harmonies of #410C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C3A

Black with #410C3A

Text Example


Text Example

White with #410C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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