Html Css Color HEX #41123F Mardi Gras

📋 copy color: '#41123F'

red 65 ◦ green 18 ◦ blue 63

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

Shades of Mardi Gras #41123F

Tints of Mardi Gras #41123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

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

R = 44.52%
G = 12.33%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41123F (or 0x41123F) is known color: Mardi Gras. HEX triplet: 41, 12 and 3F. RGB value is (65,18,63). Sum of RGB (Red+Green+Blue) = 65+18+63=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41123F is #BEEDC0. Grayscale: #252525. Windows color (decimal): -12512705 or 4133441. OLE color: 4133441.

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

Color convert

RGB 65 18 63 -
CMYK 0 0.72 0.03 0.75
HSL 302.55º 0.57% 0.16% -
HSV(B) 302.55º 0.72% 0.25% -
XYZ 3.29 1.92 4.9 -
YUV 37.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 65 18 63 0 0.72 0.03 0.75 302.55 0.57 0.16
Hex 41 12 3F 0 48 3 4B 12F 39 10
Octal 101 22 77 0 110 3 113 457 71 20
Binary 1000001 10010 111111 0 1001000 11 1001011 100101111 111001 10000

Color Harmonies of #41123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41123F

Black with #41123F

Text Example


Text Example

White with #41123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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