Html Css Color HEX #460D3D Mardi Gras

📋 copy color: '#460D3D'

red 70 ◦ green 13 ◦ blue 61

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

Shades of Mardi Gras #460D3D

Tints of Mardi Gras #460D3D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.03%

 BLUE value IS 61 (24.22% from 255) = 42.36%

R = 48.61%
G = 9.03%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#460D3D (or 0x460D3D) is known color: Mardi Gras. HEX triplet: 46, 0D and 3D. RGB value is (70,13,61). Sum of RGB (Red+Green+Blue) = 70+13+61=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #460D3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D3D is #B9F2C2. Grayscale: #232323. Windows color (decimal): -12186307 or 4001094. OLE color: 4001094.

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

Color convert

RGB 70 13 61 -
CMYK 0 0.81 0.13 0.73
HSL 309.47º 0.69% 0.16% -
HSV(B) 309.47º 0.81% 0.27% -
XYZ 3.51 1.93 4.6 -
YUV 35.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 70 13 61 0 0.81 0.13 0.73 309.47 0.69 0.16
Hex 46 D 3D 0 51 D 49 135 45 10
Octal 106 15 75 0 121 15 111 465 105 20
Binary 1000110 1101 111101 0 1010001 1101 1001001 100110101 1000101 10000

Color Harmonies of #460D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D3D

Black with #460D3D

Text Example


Text Example

White with #460D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,13,61); }

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

background-color css

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

 a { background-color: rgb(70,13,61); }

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

border-color css

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

 span { border-color: rgb(70,13,61); }

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