Html Css Color HEX #41083F Mardi Gras

📋 copy color: '#41083F'

red 65 ◦ green 8 ◦ blue 63

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

Shades of Mardi Gras #41083F

Tints of Mardi Gras #41083F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.88%

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

R = 47.79%
G = 5.88%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41083F (or 0x41083F) is known color: Mardi Gras. HEX triplet: 41, 08 and 3F. RGB value is (65,8,63). Sum of RGB (Red+Green+Blue) = 65+8+63=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #41083F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41083F is #BEF7C0. Grayscale: #1F1F1F. Windows color (decimal): -12515265 or 4130881. OLE color: 4130881.

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

Color convert

RGB 65 8 63 -
CMYK 0 0.88 0.03 0.75
HSL 302.11º 0.78% 0.14% -
HSV(B) 302.11º 0.88% 0.25% -
XYZ 3.16 1.66 4.86 -
YUV 31.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 65 8 63 0 0.88 0.03 0.75 302.11 0.78 0.14
Hex 41 8 3F 0 58 3 4B 12E 4E E
Octal 101 10 77 0 130 3 113 456 116 16
Binary 1000001 1000 111111 0 1011000 11 1001011 100101110 1001110 1110

Color Harmonies of #41083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41083F

Black with #41083F

Text Example


Text Example

White with #41083F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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