Html Css Color HEX #461442 Mardi Gras

📋 copy color: '#461442'

red 70 ◦ green 20 ◦ blue 66

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

Shades of Mardi Gras #461442

Tints of Mardi Gras #461442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.82%

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

R = 44.87%
G = 12.82%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#461442 (or 0x461442) is known color: Mardi Gras. HEX triplet: 46, 14 and 42. RGB value is (70,20,66). Sum of RGB (Red+Green+Blue) = 70+20+66=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #461442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461442 is #B9EBBD. Grayscale: #282828. Windows color (decimal): -12184510 or 4330566. OLE color: 4330566.

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

Color convert

RGB 70 20 66 -
CMYK 0 0.71 0.06 0.73
HSL 304.8º 0.56% 0.18% -
HSV(B) 304.8º 0.71% 0.27% -
XYZ 3.76 2.2 5.38 -
YUV 40.19 142.57 149.26 -
System Red Green Blue C M Y K H S L
Decimal 70 20 66 0 0.71 0.06 0.73 304.8 0.56 0.18
Hex 46 14 42 0 47 6 49 131 38 12
Octal 106 24 102 0 107 6 111 461 70 22
Binary 1000110 10100 1000010 0 1000111 110 1001001 100110001 111000 10010

Color Harmonies of #461442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461442

Black with #461442

Text Example


Text Example

White with #461442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461442; }

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

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

background-color css

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

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

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

border-color css

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

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

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