Html Css Color HEX #46093D Mardi Gras

📋 copy color: '#46093D'

red 70 ◦ green 9 ◦ blue 61

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

Shades of Mardi Gras #46093D

Tints of Mardi Gras #46093D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.43%

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

R = 50%
G = 6.43%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#46093D (or 0x46093D) is known color: Mardi Gras. HEX triplet: 46, 09 and 3D. RGB value is (70,9,61). Sum of RGB (Red+Green+Blue) = 70+9+61=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #46093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46093D is #B9F6C2. Grayscale: #212121. Windows color (decimal): -12187331 or 4000070. OLE color: 4000070.

HSL color Cylindrical-coordinate representation of color #46093D: hue angle of 308.85º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46093D is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 9 61 -
CMYK 0 0.87 0.13 0.73
HSL 308.85º 0.77% 0.15% -
HSV(B) 308.85º 0.87% 0.27% -
XYZ 3.47 1.83 4.59 -
YUV 33.17 143.71 154.27 -
System Red Green Blue C M Y K H S L
Decimal 70 9 61 0 0.87 0.13 0.73 308.85 0.77 0.15
Hex 46 9 3D 0 57 D 49 135 4D F
Octal 106 11 75 0 127 15 111 465 115 17
Binary 1000110 1001 111101 0 1010111 1101 1001001 100110101 1001101 1111

Color Harmonies of #46093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46093D

Black with #46093D

Text Example


Text Example

White with #46093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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