Html Css Color HEX #41083B Mardi Gras

📋 copy color: '#41083B'

red 65 ◦ green 8 ◦ blue 59

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

Shades of Mardi Gras #41083B

Tints of Mardi Gras #41083B

RGB

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

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

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

R = 49.24%
G = 6.06%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#41083B (or 0x41083B) is known color: Mardi Gras. HEX triplet: 41, 08 and 3B. RGB value is (65,8,59). Sum of RGB (Red+Green+Blue) = 65+8+59=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41083B is #BEF7C4. Grayscale: #1E1E1E. Windows color (decimal): -12515269 or 3868737. OLE color: 3868737.

HSL color Cylindrical-coordinate representation of color #41083B: hue angle of 306.32º 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 #41083B is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 8 59 -
CMYK 0 0.88 0.09 0.75
HSL 306.32º 0.78% 0.14% -
HSV(B) 306.32º 0.88% 0.25% -
XYZ 3.06 1.61 4.29 -
YUV 30.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 65 8 59 0 0.88 0.09 0.75 306.32 0.78 0.14
Hex 41 8 3B 0 58 9 4B 132 4E E
Octal 101 10 73 0 130 11 113 462 116 16
Binary 1000001 1000 111011 0 1011000 1001 1001011 100110010 1001110 1110

Color Harmonies of #41083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41083B

Black with #41083B

Text Example


Text Example

White with #41083B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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