Html Css Color HEX #41033F Mardi Gras

📋 copy color: '#41033F'

red 65 ◦ green 3 ◦ blue 63

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

Shades of Mardi Gras #41033F

Tints of Mardi Gras #41033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.29%

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

R = 49.62%
G = 2.29%
B = 48.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41033F (or 0x41033F) is known color: Mardi Gras. HEX triplet: 41, 03 and 3F. RGB value is (65,3,63). Sum of RGB (Red+Green+Blue) = 65+3+63=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41033F is #BEFCC0. Grayscale: #1C1C1C. Windows color (decimal): -12516545 or 4129601. OLE color: 4129601.

HSL color Cylindrical-coordinate representation of color #41033F: hue angle of 301.94º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41033F is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 3 63 -
CMYK 0 0.95 0.03 0.75
HSL 301.94º 0.91% 0.13% -
HSV(B) 301.94º 0.95% 0.25% -
XYZ 3.11 1.55 4.84 -
YUV 28.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 65 3 63 0 0.95 0.03 0.75 301.94 0.91 0.13
Hex 41 3 3F 0 5F 3 4B 12E 5B D
Octal 101 3 77 0 137 3 113 456 133 15
Binary 1000001 11 111111 0 1011111 11 1001011 100101110 1011011 1101

Color Harmonies of #41033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41033F

Black with #41033F

Text Example


Text Example

White with #41033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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