Html Css Color HEX #461445 Mardi Gras

📋 copy color: '#461445'

red 70 ◦ green 20 ◦ blue 69

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

Shades of Mardi Gras #461445

Tints of Mardi Gras #461445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 43.4%

R = 44.03%
G = 12.58%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#461445 (or 0x461445) is known color: Mardi Gras. HEX triplet: 46, 14 and 45. RGB value is (70,20,69). Sum of RGB (Red+Green+Blue) = 70+20+69=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #461445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461445 is #B9EBBA. Grayscale: #282828. Windows color (decimal): -12184507 or 4527174. OLE color: 4527174.

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

Color convert

RGB 70 20 69 -
CMYK 0 0.71 0.01 0.73
HSL 301.2º 0.56% 0.18% -
HSV(B) 301.2º 0.71% 0.27% -
XYZ 3.85 2.23 5.86 -
YUV 40.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 70 20 69 0 0.71 0.01 0.73 301.2 0.56 0.18
Hex 46 14 45 0 47 1 49 12D 38 12
Octal 106 24 105 0 107 1 111 455 70 22
Binary 1000110 10100 1000101 0 1000111 1 1001001 100101101 111000 10010

Color Harmonies of #461445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461445

Black with #461445

Text Example


Text Example

White with #461445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461445; }

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

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

background-color css

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

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

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

border-color css

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

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

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