#461741

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

Shades of Mardi Gras #461741

Tints of Mardi Gras #461741

Color information

#461741 (or 0x461741) is unknown color: approx Mardi Gras. HEX triplet: 46, 17 and 41. RGB value is (70,23,65). Sum of RGB (Red+Green+Blue) = 70+23+65=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #461741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461741 is #B9E8BE. Grayscale: #292929. Windows color (decimal): -12183743 or 4265798. OLE color: 4265798.

HSL color Cylindrical-coordinate representation of color #461741: hue angle of 306.38º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #461741 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB702365-
CMYK00.670.070.73
HSL306.38º50.54%18.24%-
HSV(B)306.38º67.14%27.45%-
XYZ3.792.35.24-
YUV41.84141.07148.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=44.30%
G=14.56%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70236500.670.070.73306.3850.5418.24
Hex4617410437491323312
Octal10627101010371114626322
Binary100011010111100000101000011111100100110011001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461741; }

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

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

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

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

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

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

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

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