Html Css Color HEX #41013D Mardi Gras

📋 copy color: '#41013D'

red 65 ◦ green 1 ◦ blue 61

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

Shades of Mardi Gras #41013D

Tints of Mardi Gras #41013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

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

R = 51.18%
G = 0.79%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#41013D (or 0x41013D) is known color: Mardi Gras. HEX triplet: 41, 01 and 3D. RGB value is (65,1,61). Sum of RGB (Red+Green+Blue) = 65+1+61=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41013D is #BEFEC2. Grayscale: #1A1A1A. Windows color (decimal): -12517059 or 3998017. OLE color: 3998017.

HSL color Cylindrical-coordinate representation of color #41013D: hue angle of 303.75º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41013D is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 1 61 -
CMYK 0 0.98 0.06 0.75
HSL 303.75º 0.97% 0.13% -
HSV(B) 303.75º 0.98% 0.25% -
XYZ 3.03 1.48 4.54 -
YUV 26.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 65 1 61 0 0.98 0.06 0.75 303.75 0.97 0.13
Hex 41 1 3D 0 62 6 4B 130 61 D
Octal 101 1 75 0 142 6 113 460 141 15
Binary 1000001 1 111101 0 1100010 110 1001011 100110000 1100001 1101

Color Harmonies of #41013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41013D

Black with #41013D

Text Example


Text Example

White with #41013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41013D; }

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

 H1.HeaderClassName
 {
   color: #41013D;
 }
 .AnyTagClassName
 {
   color: #41013D;
 }
</style>

background-color css

<style>
 a { background-color: #41013D; }

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

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

border-color css

<style>
 span { border-color: #41013D; }

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

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