Html Css Color HEX #41103D Mardi Gras

📋 copy color: '#41103D'

red 65 ◦ green 16 ◦ blue 61

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

Shades of Mardi Gras #41103D

Tints of Mardi Gras #41103D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 42.96%

R = 45.77%
G = 11.27%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#41103D (or 0x41103D) is known color: Mardi Gras. HEX triplet: 41, 10 and 3D. RGB value is (65,16,61). Sum of RGB (Red+Green+Blue) = 65+16+61=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #41103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41103D is #BEEFC2. Grayscale: #232323. Windows color (decimal): -12513219 or 4001857. OLE color: 4001857.

HSL color Cylindrical-coordinate representation of color #41103D: hue angle of 304.9º 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 #41103D is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 16 61 -
CMYK 0 0.75 0.06 0.75
HSL 304.9º 0.6% 0.16% -
HSV(B) 304.9º 0.75% 0.25% -
XYZ 3.21 1.83 4.6 -
YUV 35.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 65 16 61 0 0.75 0.06 0.75 304.9 0.6 0.16
Hex 41 10 3D 0 4B 6 4B 131 3C 10
Octal 101 20 75 0 113 6 113 461 74 20
Binary 1000001 10000 111101 0 1001011 110 1001011 100110001 111100 10000

Color Harmonies of #41103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41103D

Black with #41103D

Text Example


Text Example

White with #41103D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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