Html Css Color HEX #460E40 Mardi Gras

📋 copy color: '#460E40'

red 70 ◦ green 14 ◦ blue 64

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

Shades of Mardi Gras #460E40

Tints of Mardi Gras #460E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.46%

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

R = 47.3%
G = 9.46%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#460E40 (or 0x460E40) is known color: Mardi Gras. HEX triplet: 46, 0E and 40. RGB value is (70,14,64). Sum of RGB (Red+Green+Blue) = 70+14+64=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #460E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460E40 is #B9F1BF. Grayscale: #242424. Windows color (decimal): -12186048 or 4197958. OLE color: 4197958.

HSL color Cylindrical-coordinate representation of color #460E40: hue angle of 306.43º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #460E40 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 14 64 -
CMYK 0 0.80 0.09 0.73
HSL 306.43º 0.67% 0.16% -
HSV(B) 306.43º 0.8% 0.27% -
XYZ 3.61 1.99 5.04 -
YUV 36.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 70 14 64 0 0.80 0.09 0.73 306.43 0.67 0.16
Hex 46 E 40 0 50 9 49 132 43 10
Octal 106 16 100 0 120 11 111 462 103 20
Binary 1000110 1110 1000000 0 1010000 1001 1001001 100110010 1000011 10000

Color Harmonies of #460E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E40

Black with #460E40

Text Example


Text Example

White with #460E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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