Html Css Color HEX #461441 Mardi Gras

📋 copy color: '#461441'

red 70 ◦ green 20 ◦ blue 65

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

Shades of Mardi Gras #461441

Tints of Mardi Gras #461441

RGB

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

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

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

R = 45.16%
G = 12.9%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#461441 (or 0x461441) is known color: Mardi Gras. HEX triplet: 46, 14 and 41. RGB value is (70,20,65). Sum of RGB (Red+Green+Blue) = 70+20+65=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #461441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461441 is #B9EBBE. Grayscale: #272727. Windows color (decimal): -12184511 or 4265030. OLE color: 4265030.

HSL color Cylindrical-coordinate representation of color #461441: hue angle of 306º 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 #461441 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 20 65 -
CMYK 0 0.71 0.07 0.73
HSL 306º 0.56% 0.18% -
HSV(B) 306º 0.71% 0.27% -
XYZ 3.73 2.18 5.23 -
YUV 40.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 70 20 65 0 0.71 0.07 0.73 306 0.56 0.18
Hex 46 14 41 0 47 7 49 132 38 12
Octal 106 24 101 0 107 7 111 462 70 22
Binary 1000110 10100 1000001 0 1000111 111 1001001 100110010 111000 10010

Color Harmonies of #461441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461441

Black with #461441

Text Example


Text Example

White with #461441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461441; }

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

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

background-color css

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

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

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

border-color css

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

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

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