#46103f

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

Shades of Mardi Gras #46103F

Tints of Mardi Gras #46103F

Color information

#46103F (or 0x46103F) is unknown color: approx Mardi Gras. HEX triplet: 46, 10 and 3F. RGB value is (70,16,63). Sum of RGB (Red+Green+Blue) = 70+16+63=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46103F is #B9EFC0. Grayscale: #252525. Windows color (decimal): -12185537 or 4132934. OLE color: 4132934.

HSL color Cylindrical-coordinate representation of color #46103F: hue angle of 307.78º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46103F is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB701663-
CMYK00.770.100.73
HSL307.78º62.79%16.86%-
HSV(B)307.78º77.14%27.45%-
XYZ3.612.034.9-
YUV37.5142.39151.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 16 (6.64% from 255) = 10.74%
BLUE value IS 63 (25% from 255) = 42.28%
R=46.98%
G=10.74%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70166300.770.100.73307.7862.7916.86
Hex46103F04DA491343f11
Octal10620770115121114647721
Binary100011010000111111010011011010100100110011010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46103f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46103f; }

 p { color: rgb(70,16,63); }

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

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

 a { background-color: rgb(70,16,63); }

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

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

 span { border-color: rgb(70,16,63); }

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