Html Css Color HEX #461243 Mardi Gras

📋 copy color: '#461243'

red 70 ◦ green 18 ◦ blue 67

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

Shades of Mardi Gras #461243

Tints of Mardi Gras #461243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.61%

 BLUE value IS 67 (26.56% from 255) = 43.23%

R = 45.16%
G = 11.61%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#461243 (or 0x461243) is known color: Mardi Gras. HEX triplet: 46, 12 and 43. RGB value is (70,18,67). Sum of RGB (Red+Green+Blue) = 70+18+67=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #461243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461243 is #B9EDBC. Grayscale: #262626. Windows color (decimal): -12185021 or 4395590. OLE color: 4395590.

HSL color Cylindrical-coordinate representation of color #461243: hue angle of 303.46º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461243 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 18 67 -
CMYK 0 0.74 0.04 0.73
HSL 303.46º 0.59% 0.17% -
HSV(B) 303.46º 0.74% 0.27% -
XYZ 3.76 2.14 5.53 -
YUV 39.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 70 18 67 0 0.74 0.04 0.73 303.46 0.59 0.17
Hex 46 12 43 0 4A 4 49 12F 3B 11
Octal 106 22 103 0 112 4 111 457 73 21
Binary 1000110 10010 1000011 0 1001010 100 1001001 100101111 111011 10001

Color Harmonies of #461243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461243

Black with #461243

Text Example


Text Example

White with #461243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461243; }

 p { color: rgb(70,18,67); }

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

background-color css

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

 a { background-color: rgb(70,18,67); }

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

border-color css

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

 span { border-color: rgb(70,18,67); }

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