Html Css Color HEX #41123B Mardi Gras

📋 copy color: '#41123B'

red 65 ◦ green 18 ◦ blue 59

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

Shades of Mardi Gras #41123B

Tints of Mardi Gras #41123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 41.55%

R = 45.77%
G = 12.68%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#41123B (or 0x41123B) is known color: Mardi Gras. HEX triplet: 41, 12 and 3B. RGB value is (65,18,59). Sum of RGB (Red+Green+Blue) = 65+18+59=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #41123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41123B is #BEEDC4. Grayscale: #242424. Windows color (decimal): -12512709 or 3871297. OLE color: 3871297.

HSL color Cylindrical-coordinate representation of color #41123B: hue angle of 307.66º 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 #41123B is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 18 59 -
CMYK 0 0.72 0.09 0.75
HSL 307.66º 0.57% 0.16% -
HSV(B) 307.66º 0.72% 0.25% -
XYZ 3.19 1.87 4.33 -
YUV 36.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 65 18 59 0 0.72 0.09 0.75 307.66 0.57 0.16
Hex 41 12 3B 0 48 9 4B 134 39 10
Octal 101 22 73 0 110 11 113 464 71 20
Binary 1000001 10010 111011 0 1001000 1001 1001011 100110100 111001 10000

Color Harmonies of #41123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41123B

Black with #41123B

Text Example


Text Example

White with #41123B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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