Html Css Color HEX #41163F Mardi Gras

📋 copy color: '#41163F'

red 65 ◦ green 22 ◦ blue 63

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

Shades of Mardi Gras #41163F

Tints of Mardi Gras #41163F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.67%

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

R = 43.33%
G = 14.67%
B = 42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41163F (or 0x41163F) is known color: Mardi Gras. HEX triplet: 41, 16 and 3F. RGB value is (65,22,63). Sum of RGB (Red+Green+Blue) = 65+22+63=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #41163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41163F is #BEE9C0. Grayscale: #272727. Windows color (decimal): -12511681 or 4134465. OLE color: 4134465.

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

Color convert

RGB 65 22 63 -
CMYK 0 0.66 0.03 0.75
HSL 302.79º 0.49% 0.17% -
HSV(B) 302.79º 0.66% 0.25% -
XYZ 3.36 2.06 4.92 -
YUV 39.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 65 22 63 0 0.66 0.03 0.75 302.79 0.49 0.17
Hex 41 16 3F 0 42 3 4B 12F 31 11
Octal 101 26 77 0 102 3 113 457 61 21
Binary 1000001 10110 111111 0 1000010 11 1001011 100101111 110001 10001

Color Harmonies of #41163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41163F

Black with #41163F

Text Example


Text Example

White with #41163F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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