#410838

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

Shades of Mardi Gras #410838

Tints of Mardi Gras #410838

Color information

#410838 (or 0x410838) is unknown color: approx Mardi Gras. HEX triplet: 41, 08 and 38. RGB value is (65,8,56). Sum of RGB (Red+Green+Blue) = 65+8+56=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #410838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410838 is #BEF7C7. Grayscale: #1E1E1E. Windows color (decimal): -12515272 or 3672129. OLE color: 3672129.

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

Color convert

RGB65856-
CMYK00.880.140.75
HSL309.47º78.08%14.31%-
HSV(B)309.47º87.69%25.49%-
XYZ2.981.583.89-
YUV30.52142.38152.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=50.39%
G=6.20%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6585600.880.140.75309.4778.0814.31
Hex41838058E4B1354ee
Octal101107001301611346511616
Binary10000011000111000010110001110100101110011010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410838; }

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

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

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

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

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

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

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

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