Html Css Color HEX #461040 Mardi Gras

📋 copy color: '#461040'

red 70 ◦ green 16 ◦ blue 64

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

Shades of Mardi Gras #461040

Tints of Mardi Gras #461040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.67%

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

R = 46.67%
G = 10.67%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#461040 (or 0x461040) is known color: Mardi Gras. HEX triplet: 46, 10 and 40. RGB value is (70,16,64). Sum of RGB (Red+Green+Blue) = 70+16+64=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #461040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461040 is #B9EFBF. Grayscale: #252525. Windows color (decimal): -12185536 or 4198470. OLE color: 4198470.

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

Color convert

RGB 70 16 64 -
CMYK 0 0.77 0.09 0.73
HSL 306.67º 0.63% 0.17% -
HSV(B) 306.67º 0.77% 0.27% -
XYZ 3.64 2.04 5.05 -
YUV 37.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 70 16 64 0 0.77 0.09 0.73 306.67 0.63 0.17
Hex 46 10 40 0 4D 9 49 133 3F 11
Octal 106 20 100 0 115 11 111 463 77 21
Binary 1000110 10000 1000000 0 1001101 1001 1001001 100110011 111111 10001

Color Harmonies of #461040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461040

Black with #461040

Text Example


Text Example

White with #461040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461040; }

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

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

background-color css

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

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

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

border-color css

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

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

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