#41173A

Color #41173A Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #41173A

Tints of Mardi Gras #41173A

Color information

#41173A (or 0x41173A) is unknown color: approx Mardi Gras. HEX triplet: 41, 17 and 3A. RGB value is (65,23,58). Sum of RGB (Red+Green+Blue) = 65+23+58=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41173A is #BEE8C5. Grayscale: #272727. Windows color (decimal): -12511430 or 3807041. OLE color: 3807041.

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

Color convert

RGB652358-
CMYK00.650.110.75
HSL310º47.73%17.25%-
HSV(B)310º64.62%25.49%-
XYZ3.252.044.23-
YUV39.55138.41146.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 23 (9.38% from 255) = 15.75%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=44.52%
G=15.75%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65235800.650.110.7531047.7317.25
Hex41173A041B4B1363011
Octal10127720101131134666021
Binary100000110111111010010000011011100101110011011011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41173A;
 }
 .AnyTagClassName
 {
   color: #41173A;
 }
</style>
background-color css

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

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

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

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

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

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