Html Css Color HEX #461341 Mardi Gras

📋 copy color: '#461341'

red 70 ◦ green 19 ◦ blue 65

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

Shades of Mardi Gras #461341

Tints of Mardi Gras #461341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.34%

 BLUE value IS 65 (25.78% from 255) = 42.21%

R = 45.45%
G = 12.34%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#461341 (or 0x461341) is known color: Mardi Gras. HEX triplet: 46, 13 and 41. RGB value is (70,19,65). Sum of RGB (Red+Green+Blue) = 70+19+65=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #461341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461341 is #B9ECBE. Grayscale: #272727. Windows color (decimal): -12184767 or 4264774. OLE color: 4264774.

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

Color convert

RGB 70 19 65 -
CMYK 0 0.73 0.07 0.73
HSL 305.88º 0.57% 0.17% -
HSV(B) 305.88º 0.73% 0.27% -
XYZ 3.71 2.15 5.22 -
YUV 39.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 70 19 65 0 0.73 0.07 0.73 305.88 0.57 0.17
Hex 46 13 41 0 49 7 49 132 39 11
Octal 106 23 101 0 111 7 111 462 71 21
Binary 1000110 10011 1000001 0 1001001 111 1001001 100110010 111001 10001

Color Harmonies of #461341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461341

Black with #461341

Text Example


Text Example

White with #461341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461341; }

 p { color: rgb(70,19,65); }

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

background-color css

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

 a { background-color: rgb(70,19,65); }

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

border-color css

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

 span { border-color: rgb(70,19,65); }

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