Html Css Color HEX #461240 Mardi Gras

📋 copy color: '#461240'

red 70 ◦ green 18 ◦ blue 64

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

Shades of Mardi Gras #461240

Tints of Mardi Gras #461240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 42.11%

R = 46.05%
G = 11.84%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#461240 (or 0x461240) is known color: Mardi Gras. HEX triplet: 46, 12 and 40. RGB value is (70,18,64). Sum of RGB (Red+Green+Blue) = 70+18+64=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #461240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461240 is #B9EDBF. Grayscale: #262626. Windows color (decimal): -12185024 or 4198982. OLE color: 4198982.

HSL color Cylindrical-coordinate representation of color #461240: hue angle of 306.92º 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 #461240 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 18 64 -
CMYK 0 0.74 0.09 0.73
HSL 306.92º 0.59% 0.17% -
HSV(B) 306.92º 0.74% 0.27% -
XYZ 3.67 2.1 5.06 -
YUV 38.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 70 18 64 0 0.74 0.09 0.73 306.92 0.59 0.17
Hex 46 12 40 0 4A 9 49 133 3B 11
Octal 106 22 100 0 112 11 111 463 73 21
Binary 1000110 10010 1000000 0 1001010 1001 1001001 100110011 111011 10001

Color Harmonies of #461240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461240

Black with #461240

Text Example


Text Example

White with #461240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461240; }

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

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

background-color css

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

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

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

border-color css

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

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

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