Html Css Color HEX #41013F Mardi Gras

📋 copy color: '#41013F'

red 65 ◦ green 1 ◦ blue 63

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

Shades of Mardi Gras #41013F

Tints of Mardi Gras #41013F

RGB

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

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

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

R = 50.39%
G = 0.78%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41013F (or 0x41013F) is known color: Mardi Gras. HEX triplet: 41, 01 and 3F. RGB value is (65,1,63). Sum of RGB (Red+Green+Blue) = 65+1+63=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41013F is #BEFEC0. Grayscale: #1B1B1B. Windows color (decimal): -12517057 or 4129089. OLE color: 4129089.

HSL color Cylindrical-coordinate representation of color #41013F: hue angle of 301.88º 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 #41013F is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 1 63 -
CMYK 0 0.98 0.03 0.75
HSL 301.88º 0.97% 0.13% -
HSV(B) 301.88º 0.98% 0.25% -
XYZ 3.09 1.5 4.83 -
YUV 27.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 65 1 63 0 0.98 0.03 0.75 301.88 0.97 0.13
Hex 41 1 3F 0 62 3 4B 12E 61 D
Octal 101 1 77 0 142 3 113 456 141 15
Binary 1000001 1 111111 0 1100010 11 1001011 100101110 1100001 1101

Color Harmonies of #41013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41013F

Black with #41013F

Text Example


Text Example

White with #41013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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