Html Css Color HEX #460F3F Mardi Gras

📋 copy color: '#460F3F'

red 70 ◦ green 15 ◦ blue 63

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

Shades of Mardi Gras #460F3F

Tints of Mardi Gras #460F3F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.14%

 BLUE value IS 63 (25% from 255) = 42.57%

R = 47.3%
G = 10.14%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#460F3F (or 0x460F3F) is known color: Mardi Gras. HEX triplet: 46, 0F and 3F. RGB value is (70,15,63). Sum of RGB (Red+Green+Blue) = 70+15+63=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #460F3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F3F is #B9F0C0. Grayscale: #242424. Windows color (decimal): -12185793 or 4132678. OLE color: 4132678.

HSL color Cylindrical-coordinate representation of color #460F3F: hue angle of 307.64º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F3F is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 15 63 -
CMYK 0 0.79 0.10 0.73
HSL 307.64º 0.65% 0.17% -
HSV(B) 307.64º 0.79% 0.27% -
XYZ 3.59 2 4.9 -
YUV 36.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 70 15 63 0 0.79 0.10 0.73 307.64 0.65 0.17
Hex 46 F 3F 0 4F A 49 134 41 11
Octal 106 17 77 0 117 12 111 464 101 21
Binary 1000110 1111 111111 0 1001111 1010 1001001 100110100 1000001 10001

Color Harmonies of #460F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460F3F

Black with #460F3F

Text Example


Text Example

White with #460F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,15,63); }

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

background-color css

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

 a { background-color: rgb(70,15,63); }

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

border-color css

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

 span { border-color: rgb(70,15,63); }

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