Html Css Color HEX #450249 Mardi Gras

📋 copy color: '#450249'

red 69 ◦ green 2 ◦ blue 73

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

Shades of Mardi Gras #450249

Tints of Mardi Gras #450249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.39%

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

R = 47.92%
G = 1.39%
B = 50.69%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#450249 (or 0x450249) is known color: Mardi Gras. HEX triplet: 45, 02 and 49. RGB value is (69,2,73). Sum of RGB (Red+Green+Blue) = 69+2+73=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #450249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450249 is #BAFDB6. Grayscale: #1D1D1D. Windows color (decimal): -12254647 or 4784709. OLE color: 4784709.

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

Color convert

RGB 69 2 73 -
CMYK 0.05 0.97 0 0.71
HSL 296.62º 0.95% 0.15% -
HSV(B) 296.62º 0.97% 0.29% -
XYZ 3.68 1.79 6.45 -
YUV 30.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 69 2 73 0.05 0.97 0 0.71 296.62 0.95 0.15
Hex 45 2 49 5 61 0 47 129 5F F
Octal 105 2 111 5 141 0 107 451 137 17
Binary 1000101 10 1001001 101 1100001 0 1000111 100101001 1011111 1111

Color Harmonies of #450249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450249

Black with #450249

Text Example


Text Example

White with #450249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450249; }

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

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

background-color css

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

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

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

border-color css

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

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

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