Html Css Color HEX #461545 Mardi Gras

📋 copy color: '#461545'

red 70 ◦ green 21 ◦ blue 69

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

Shades of Mardi Gras #461545

Tints of Mardi Gras #461545

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.13%

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

R = 43.75%
G = 13.13%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#461545 (or 0x461545) is known color: Mardi Gras. HEX triplet: 46, 15 and 45. RGB value is (70,21,69). Sum of RGB (Red+Green+Blue) = 70+21+69=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #461545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461545 is #B9EABA. Grayscale: #282828. Windows color (decimal): -12184251 or 4527430. OLE color: 4527430.

HSL color Cylindrical-coordinate representation of color #461545: hue angle of 301.22º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461545 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 21 69 -
CMYK 0 0.70 0.01 0.73
HSL 301.22º 0.54% 0.18% -
HSV(B) 301.22º 0.7% 0.27% -
XYZ 3.87 2.27 5.86 -
YUV 41.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 70 21 69 0 0.70 0.01 0.73 301.22 0.54 0.18
Hex 46 15 45 0 46 1 49 12D 36 12
Octal 106 25 105 0 106 1 111 455 66 22
Binary 1000110 10101 1000101 0 1000110 1 1001001 100101101 110110 10010

Color Harmonies of #461545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461545

Black with #461545

Text Example


Text Example

White with #461545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461545; }

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

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

background-color css

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

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

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

border-color css

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

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

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