Html Css Color HEX #46143E Mardi Gras

📋 copy color: '#46143E'

red 70 ◦ green 20 ◦ blue 62

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

Shades of Mardi Gras #46143E

Tints of Mardi Gras #46143E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.16%

 BLUE value IS 62 (24.61% from 255) = 40.79%

R = 46.05%
G = 13.16%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.73

RGB Variations

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

Color information

#46143E (or 0x46143E) is known color: Mardi Gras. HEX triplet: 46, 14 and 3E. RGB value is (70,20,62). Sum of RGB (Red+Green+Blue) = 70+20+62=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #46143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46143E is #B9EBC1. Grayscale: #272727. Windows color (decimal): -12184514 or 4068422. OLE color: 4068422.

HSL color Cylindrical-coordinate representation of color #46143E: hue angle of 309.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46143E is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 20 62 -
CMYK 0 0.71 0.11 0.73
HSL 309.6º 0.56% 0.18% -
HSV(B) 309.6º 0.71% 0.27% -
XYZ 3.65 2.15 4.78 -
YUV 39.74 140.57 149.58 -
System Red Green Blue C M Y K H S L
Decimal 70 20 62 0 0.71 0.11 0.73 309.6 0.56 0.18
Hex 46 14 3E 0 47 B 49 136 38 12
Octal 106 24 76 0 107 13 111 466 70 22
Binary 1000110 10100 111110 0 1000111 1011 1001001 100110110 111000 10010

Color Harmonies of #46143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46143E

Black with #46143E

Text Example


Text Example

White with #46143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46143E; }

 p { color: rgb(70,20,62); }

 H1.HeaderClassName
 {
   color: #46143E;
 }
 .AnyTagClassName
 {
   color: #46143E;
 }
</style>

background-color css

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

 a { background-color: rgb(70,20,62); }

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

border-color css

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

 span { border-color: rgb(70,20,62); }

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