Html Css Color HEX #41033A Mardi Gras

📋 copy color: '#41033A'

red 65 ◦ green 3 ◦ blue 58

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

Shades of Mardi Gras #41033A

Tints of Mardi Gras #41033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.38%

 BLUE value IS 58 (23.05% from 255) = 46.03%

R = 51.59%
G = 2.38%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#41033A (or 0x41033A) is known color: Mardi Gras. HEX triplet: 41, 03 and 3A. RGB value is (65,3,58). Sum of RGB (Red+Green+Blue) = 65+3+58=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #41033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41033A is #BEFCC5. Grayscale: #1B1B1B. Windows color (decimal): -12516550 or 3801921. OLE color: 3801921.

HSL color Cylindrical-coordinate representation of color #41033A: hue angle of 306.77º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41033A is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 3 58 -
CMYK 0 0.95 0.11 0.75
HSL 306.77º 0.91% 0.13% -
HSV(B) 306.77º 0.95% 0.25% -
XYZ 2.98 1.49 4.13 -
YUV 27.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 65 3 58 0 0.95 0.11 0.75 306.77 0.91 0.13
Hex 41 3 3A 0 5F B 4B 133 5B D
Octal 101 3 72 0 137 13 113 463 133 15
Binary 1000001 11 111010 0 1011111 1011 1001011 100110011 1011011 1101

Color Harmonies of #41033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41033A

Black with #41033A

Text Example


Text Example

White with #41033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41033A; }

 p { color: rgb(65,3,58); }

 H1.HeaderClassName
 {
   color: #41033A;
 }
 .AnyTagClassName
 {
   color: #41033A;
 }
</style>

background-color css

<style>
 a { background-color: #41033A; }

 a { background-color: rgb(65,3,58); }

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

border-color css

<style>
 span { border-color: #41033A; }

 span { border-color: rgb(65,3,58); }

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