Html Css Color HEX #410E3A Mardi Gras

📋 copy color: '#410E3A'

red 65 ◦ green 14 ◦ blue 58

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

Shades of Mardi Gras #410E3A

Tints of Mardi Gras #410E3A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.22%

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

R = 47.45%
G = 10.22%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#410E3A (or 0x410E3A) is known color: Mardi Gras. HEX triplet: 41, 0E and 3A. RGB value is (65,14,58). Sum of RGB (Red+Green+Blue) = 65+14+58=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #410E3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E3A is #BEF1C5. Grayscale: #222222. Windows color (decimal): -12513734 or 3804737. OLE color: 3804737.

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

Color convert

RGB 65 14 58 -
CMYK 0 0.78 0.11 0.75
HSL 308.24º 0.65% 0.15% -
HSV(B) 308.24º 0.78% 0.25% -
XYZ 3.1 1.74 4.18 -
YUV 34.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 65 14 58 0 0.78 0.11 0.75 308.24 0.65 0.15
Hex 41 E 3A 0 4E B 4B 134 41 F
Octal 101 16 72 0 116 13 113 464 101 17
Binary 1000001 1110 111010 0 1001110 1011 1001011 100110100 1000001 1111

Color Harmonies of #410E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410E3A

Black with #410E3A

Text Example


Text Example

White with #410E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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