Html Css Color HEX #461942 Mardi Gras

📋 copy color: '#461942'

red 70 ◦ green 25 ◦ blue 66

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

Shades of Mardi Gras #461942

Tints of Mardi Gras #461942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.53%

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

R = 43.48%
G = 15.53%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#461942 (or 0x461942) is known color: Mardi Gras. HEX triplet: 46, 19 and 42. RGB value is (70,25,66). Sum of RGB (Red+Green+Blue) = 70+25+66=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #461942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461942 is #B9E6BD. Grayscale: #2B2B2B. Windows color (decimal): -12183230 or 4331846. OLE color: 4331846.

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

Color convert

RGB 70 25 66 -
CMYK 0 0.64 0.06 0.73
HSL 305.33º 0.47% 0.19% -
HSV(B) 305.33º 0.64% 0.27% -
XYZ 3.86 2.39 5.41 -
YUV 43.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 70 25 66 0 0.64 0.06 0.73 305.33 0.47 0.19
Hex 46 19 42 0 40 6 49 131 2F 13
Octal 106 31 102 0 100 6 111 461 57 23
Binary 1000110 11001 1000010 0 1000000 110 1001001 100110001 101111 10011

Color Harmonies of #461942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461942

Black with #461942

Text Example


Text Example

White with #461942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461942; }

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

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

background-color css

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

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

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

border-color css

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

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

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