Html Css Color HEX #461542 Mardi Gras

📋 copy color: '#461542'

red 70 ◦ green 21 ◦ blue 66

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

Shades of Mardi Gras #461542

Tints of Mardi Gras #461542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.38%

 BLUE value IS 66 (26.17% from 255) = 42.04%

R = 44.59%
G = 13.38%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#461542 (or 0x461542) is known color: Mardi Gras. HEX triplet: 46, 15 and 42. RGB value is (70,21,66). Sum of RGB (Red+Green+Blue) = 70+21+66=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #461542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461542 is #B9EABD. Grayscale: #282828. Windows color (decimal): -12184254 or 4330822. OLE color: 4330822.

HSL color Cylindrical-coordinate representation of color #461542: hue angle of 304.9º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461542 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 21 66 -
CMYK 0 0.70 0.06 0.73
HSL 304.9º 0.54% 0.18% -
HSV(B) 304.9º 0.7% 0.27% -
XYZ 3.78 2.23 5.39 -
YUV 40.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 70 21 66 0 0.70 0.06 0.73 304.9 0.54 0.18
Hex 46 15 42 0 46 6 49 131 36 12
Octal 106 25 102 0 106 6 111 461 66 22
Binary 1000110 10101 1000010 0 1000110 110 1001001 100110001 110110 10010

Color Harmonies of #461542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461542

Black with #461542

Text Example


Text Example

White with #461542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461542; }

 p { color: rgb(70,21,66); }

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

background-color css

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

 a { background-color: rgb(70,21,66); }

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

border-color css

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

 span { border-color: rgb(70,21,66); }

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