Html Css Color HEX #41203F Mardi Gras

📋 copy color: '#41203F'

red 65 ◦ green 32 ◦ blue 63

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

Shades of Mardi Gras #41203F

Tints of Mardi Gras #41203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20%

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

R = 40.63%
G = 20%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41203F (or 0x41203F) is known color: Mardi Gras. HEX triplet: 41, 20 and 3F. RGB value is (65,32,63). Sum of RGB (Red+Green+Blue) = 65+32+63=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #41203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41203F is #BEDFC0. Grayscale: #2D2D2D. Windows color (decimal): -12509121 or 4137025. OLE color: 4137025.

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

Color convert

RGB 65 32 63 -
CMYK 0 0.51 0.03 0.75
HSL 303.64º 0.34% 0.19% -
HSV(B) 303.64º 0.51% 0.25% -
XYZ 3.59 2.52 5 -
YUV 45.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 65 32 63 0 0.51 0.03 0.75 303.64 0.34 0.19
Hex 41 20 3F 0 33 3 4B 130 22 13
Octal 101 40 77 0 63 3 113 460 42 23
Binary 1000001 100000 111111 0 110011 11 1001011 100110000 100010 10011

Color Harmonies of #41203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41203F

Black with #41203F

Text Example


Text Example

White with #41203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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