Html Css Color HEX #460B40 Mardi Gras

📋 copy color: '#460B40'

red 70 ◦ green 11 ◦ blue 64

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

Shades of Mardi Gras #460B40

Tints of Mardi Gras #460B40

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.59%

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

R = 48.28%
G = 7.59%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#460B40 (or 0x460B40) is known color: Mardi Gras. HEX triplet: 46, 0B and 40. RGB value is (70,11,64). Sum of RGB (Red+Green+Blue) = 70+11+64=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #460B40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B40 is #B9F4BF. Grayscale: #222222. Windows color (decimal): -12186816 or 4197190. OLE color: 4197190.

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

Color convert

RGB 70 11 64 -
CMYK 0 0.84 0.09 0.73
HSL 306.1º 0.73% 0.16% -
HSV(B) 306.1º 0.84% 0.27% -
XYZ 3.57 1.91 5.03 -
YUV 34.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 70 11 64 0 0.84 0.09 0.73 306.1 0.73 0.16
Hex 46 B 40 0 54 9 49 132 49 10
Octal 106 13 100 0 124 11 111 462 111 20
Binary 1000110 1011 1000000 0 1010100 1001 1001001 100110010 1001001 10000

Color Harmonies of #460B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B40

Black with #460B40

Text Example


Text Example

White with #460B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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