Html Css Color HEX #451349 Mardi Gras

📋 copy color: '#451349'

red 69 ◦ green 19 ◦ blue 73

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

Shades of Mardi Gras #451349

Tints of Mardi Gras #451349

RGB

 RED value IS 69 (27.34% from 255) = 42.86%

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

 BLUE value IS 73 (28.91% from 255) = 45.34%

R = 42.86%
G = 11.8%
B = 45.34%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#451349 (or 0x451349) is known color: Mardi Gras. HEX triplet: 45, 13 and 49. RGB value is (69,19,73). Sum of RGB (Red+Green+Blue) = 69+19+73=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #451349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451349 is #BAECB6. Grayscale: #272727. Windows color (decimal): -12250295 or 4789061. OLE color: 4789061.

HSL color Cylindrical-coordinate representation of color #451349: hue angle of 295.56º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451349 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 19 73 -
CMYK 0.05 0.74 0 0.71
HSL 295.56º 0.59% 0.18% -
HSV(B) 295.56º 0.74% 0.29% -
XYZ 3.89 2.21 6.53 -
YUV 40.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 69 19 73 0.05 0.74 0 0.71 295.56 0.59 0.18
Hex 45 13 49 5 4A 0 47 128 3B 12
Octal 105 23 111 5 112 0 107 450 73 22
Binary 1000101 10011 1001001 101 1001010 0 1000111 100101000 111011 10010

Color Harmonies of #451349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451349

Black with #451349

Text Example


Text Example

White with #451349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451349; }

 p { color: rgb(69,19,73); }

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

background-color css

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

 a { background-color: rgb(69,19,73); }

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

border-color css

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

 span { border-color: rgb(69,19,73); }

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