Html Css Color HEX #41133C Mardi Gras

📋 copy color: '#41133C'

red 65 ◦ green 19 ◦ blue 60

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

Shades of Mardi Gras #41133C

Tints of Mardi Gras #41133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 41.67%

R = 45.14%
G = 13.19%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#41133C (or 0x41133C) is known color: Mardi Gras. HEX triplet: 41, 13 and 3C. RGB value is (65,19,60). Sum of RGB (Red+Green+Blue) = 65+19+60=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41133C is #BEECC3. Grayscale: #252525. Windows color (decimal): -12512452 or 3937089. OLE color: 3937089.

HSL color Cylindrical-coordinate representation of color #41133C: hue angle of 306.52º 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 #41133C is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 19 60 -
CMYK 0 0.71 0.08 0.75
HSL 306.52º 0.55% 0.16% -
HSV(B) 306.52º 0.71% 0.25% -
XYZ 3.23 1.92 4.47 -
YUV 37.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 65 19 60 0 0.71 0.08 0.75 306.52 0.55 0.16
Hex 41 13 3C 0 47 8 4B 133 37 10
Octal 101 23 74 0 107 10 113 463 67 20
Binary 1000001 10011 111100 0 1000111 1000 1001011 100110011 110111 10000

Color Harmonies of #41133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41133C

Black with #41133C

Text Example


Text Example

White with #41133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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