Html Css Color HEX #41103B Mardi Gras

📋 copy color: '#41103B'

red 65 ◦ green 16 ◦ blue 59

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

Shades of Mardi Gras #41103B

Tints of Mardi Gras #41103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.43%

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

R = 46.43%
G = 11.43%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#41103B (or 0x41103B) is known color: Mardi Gras. HEX triplet: 41, 10 and 3B. RGB value is (65,16,59). Sum of RGB (Red+Green+Blue) = 65+16+59=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #41103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41103B is #BEEFC4. Grayscale: #232323. Windows color (decimal): -12513221 or 3870785. OLE color: 3870785.

HSL color Cylindrical-coordinate representation of color #41103B: hue angle of 307.35º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41103B is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 16 59 -
CMYK 0 0.75 0.09 0.75
HSL 307.35º 0.6% 0.16% -
HSV(B) 307.35º 0.75% 0.25% -
XYZ 3.15 1.81 4.32 -
YUV 35.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 65 16 59 0 0.75 0.09 0.75 307.35 0.6 0.16
Hex 41 10 3B 0 4B 9 4B 133 3C 10
Octal 101 20 73 0 113 11 113 463 74 20
Binary 1000001 10000 111011 0 1001011 1001 1001011 100110011 111100 10000

Color Harmonies of #41103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41103B

Black with #41103B

Text Example


Text Example

White with #41103B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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