#461D42

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

Shades of Mardi Gras #461D42

Tints of Mardi Gras #461D42

Color information

#461D42 (or 0x461D42) is unknown color: approx Mardi Gras. HEX triplet: 46, 1D and 42. RGB value is (70,29,66). Sum of RGB (Red+Green+Blue) = 70+29+66=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #461D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D42 is #B9E2BD. Grayscale: #2D2D2D. Windows color (decimal): -12182206 or 4332870. OLE color: 4332870.

HSL color Cylindrical-coordinate representation of color #461D42: hue angle of 305.85º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461D42 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB702966-
CMYK00.590.060.73
HSL305.85º41.41%19.41%-
HSV(B)305.85º58.57%27.45%-
XYZ3.952.575.44-
YUV45.48139.58145.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 29 (11.72% from 255) = 17.58%
BLUE value IS 66 (26.17% from 255) = 40%
R=42.42%
G=17.58%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70296600.590.060.73305.8541.4119.41
Hex461D4203B6491322913
Octal1063510207361114625123
Binary10001101110110000100111011110100100110011001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461D42; }

 p { color: rgb(70,29,66); }

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

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

 a { background-color: rgb(70,29,66); }

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

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

 span { border-color: rgb(70,29,66); }

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