Html Css Color HEX #46113D Mardi Gras

📋 copy color: '#46113D'

red 70 ◦ green 17 ◦ blue 61

#46113D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #46113D

Tints of Mardi Gras #46113D

RGB

 RED value IS 70 (27.73% from 255) = 47.3%

 GREEN value IS 17 (7.03% from 255) = 11.49%

 BLUE value IS 61 (24.22% from 255) = 41.22%

R = 47.3%
G = 11.49%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#46113D (or 0x46113D) is known color: Mardi Gras. HEX triplet: 46, 11 and 3D. RGB value is (70,17,61). Sum of RGB (Red+Green+Blue) = 70+17+61=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46113D is #B9EEC2. Grayscale: #252525. Windows color (decimal): -12185283 or 4002118. OLE color: 4002118.

HSL color Cylindrical-coordinate representation of color #46113D: hue angle of 310.19º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46113D is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 17 61 -
CMYK 0 0.76 0.13 0.73
HSL 310.19º 0.61% 0.17% -
HSV(B) 310.19º 0.76% 0.27% -
XYZ 3.57 2.04 4.62 -
YUV 37.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 70 17 61 0 0.76 0.13 0.73 310.19 0.61 0.17
Hex 46 11 3D 0 4C D 49 136 3D 11
Octal 106 21 75 0 114 15 111 466 75 21
Binary 1000110 10001 111101 0 1001100 1101 1001001 100110110 111101 10001

Color Harmonies of #46113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46113D

Black with #46113D

Text Example


Text Example

White with #46113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46113D; }

 p { color: rgb(70,17,61); }

 H1.HeaderClassName
 {
   color: #46113D;
 }
 .AnyTagClassName
 {
   color: #46113D;
 }
</style>

background-color css

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

 a { background-color: rgb(70,17,61); }

 div.DivClassName
 {
   background-color: #46113D;
 }
 .BgClassName
 {
   background-color: #46113D;
 }
</style>

border-color css

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

 span { border-color: rgb(70,17,61); }

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