Html Css Color HEX #41163E Mardi Gras

📋 copy color: '#41163E'

red 65 ◦ green 22 ◦ blue 62

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

Shades of Mardi Gras #41163E

Tints of Mardi Gras #41163E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 41.61%

R = 43.62%
G = 14.77%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#41163E (or 0x41163E) is known color: Mardi Gras. HEX triplet: 41, 16 and 3E. RGB value is (65,22,62). Sum of RGB (Red+Green+Blue) = 65+22+62=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #41163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41163E is #BEE9C1. Grayscale: #272727. Windows color (decimal): -12511682 or 4068929. OLE color: 4068929.

HSL color Cylindrical-coordinate representation of color #41163E: hue angle of 304.19º 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 #41163E is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 22 62 -
CMYK 0 0.66 0.05 0.75
HSL 304.19º 0.49% 0.17% -
HSV(B) 304.19º 0.66% 0.25% -
XYZ 3.34 2.05 4.78 -
YUV 39.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 65 22 62 0 0.66 0.05 0.75 304.19 0.49 0.17
Hex 41 16 3E 0 42 5 4B 130 31 11
Octal 101 26 76 0 102 5 113 460 61 21
Binary 1000001 10110 111110 0 1000010 101 1001011 100110000 110001 10001

Color Harmonies of #41163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41163E

Black with #41163E

Text Example


Text Example

White with #41163E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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