Html Css Color HEX #41163A Mardi Gras

📋 copy color: '#41163A'

red 65 ◦ green 22 ◦ blue 58

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

Shades of Mardi Gras #41163A

Tints of Mardi Gras #41163A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 40%

R = 44.83%
G = 15.17%
B = 40%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#41163A (or 0x41163A) is known color: Mardi Gras. HEX triplet: 41, 16 and 3A. RGB value is (65,22,58). Sum of RGB (Red+Green+Blue) = 65+22+58=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #41163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41163A is #BEE9C5. Grayscale: #262626. Windows color (decimal): -12511686 or 3806785. OLE color: 3806785.

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

Color convert

RGB 65 22 58 -
CMYK 0 0.66 0.11 0.75
HSL 309.77º 0.49% 0.17% -
HSV(B) 309.77º 0.66% 0.25% -
XYZ 3.23 2 4.22 -
YUV 38.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 65 22 58 0 0.66 0.11 0.75 309.77 0.49 0.17
Hex 41 16 3A 0 42 B 4B 136 31 11
Octal 101 26 72 0 102 13 113 466 61 21
Binary 1000001 10110 111010 0 1000010 1011 1001011 100110110 110001 10001

Color Harmonies of #41163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41163A

Black with #41163A

Text Example


Text Example

White with #41163A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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