Html Css Color HEX #46163D Mardi Gras

📋 copy color: '#46163D'

red 70 ◦ green 22 ◦ blue 61

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

Shades of Mardi Gras #46163D

Tints of Mardi Gras #46163D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.38%

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

R = 45.75%
G = 14.38%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#46163D (or 0x46163D) is known color: Mardi Gras. HEX triplet: 46, 16 and 3D. RGB value is (70,22,61). Sum of RGB (Red+Green+Blue) = 70+22+61=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #46163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46163D is #B9E9C2. Grayscale: #282828. Windows color (decimal): -12184003 or 4003398. OLE color: 4003398.

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

Color convert

RGB 70 22 61 -
CMYK 0 0.69 0.13 0.73
HSL 311.25º 0.52% 0.18% -
HSV(B) 311.25º 0.69% 0.27% -
XYZ 3.66 2.21 4.65 -
YUV 40.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 70 22 61 0 0.69 0.13 0.73 311.25 0.52 0.18
Hex 46 16 3D 0 45 D 49 137 34 12
Octal 106 26 75 0 105 15 111 467 64 22
Binary 1000110 10110 111101 0 1000101 1101 1001001 100110111 110100 10010

Color Harmonies of #46163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46163D

Black with #46163D

Text Example


Text Example

White with #46163D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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