Html Css Color HEX #41133F Mardi Gras

📋 copy color: '#41133F'

red 65 ◦ green 19 ◦ blue 63

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

Shades of Mardi Gras #41133F

Tints of Mardi Gras #41133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.93%

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

R = 44.22%
G = 12.93%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41133F (or 0x41133F) is known color: Mardi Gras. HEX triplet: 41, 13 and 3F. RGB value is (65,19,63). Sum of RGB (Red+Green+Blue) = 65+19+63=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41133F is #BEECC0. Grayscale: #252525. Windows color (decimal): -12512449 or 4133697. OLE color: 4133697.

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

Color convert

RGB 65 19 63 -
CMYK 0 0.71 0.03 0.75
HSL 302.61º 0.55% 0.16% -
HSV(B) 302.61º 0.71% 0.25% -
XYZ 3.31 1.95 4.9 -
YUV 37.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 65 19 63 0 0.71 0.03 0.75 302.61 0.55 0.16
Hex 41 13 3F 0 47 3 4B 12F 37 10
Octal 101 23 77 0 107 3 113 457 67 20
Binary 1000001 10011 111111 0 1000111 11 1001011 100101111 110111 10000

Color Harmonies of #41133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41133F

Black with #41133F

Text Example


Text Example

White with #41133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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