Html Css Color HEX #450949 Mardi Gras

📋 copy color: '#450949'

red 69 ◦ green 9 ◦ blue 73

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

Shades of Mardi Gras #450949

Tints of Mardi Gras #450949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.96%

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

R = 45.7%
G = 5.96%
B = 48.34%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#450949 (or 0x450949) is known color: Mardi Gras. HEX triplet: 45, 09 and 49. RGB value is (69,9,73). Sum of RGB (Red+Green+Blue) = 69+9+73=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #450949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450949 is #BAF6B6. Grayscale: #222222. Windows color (decimal): -12252855 or 4786501. OLE color: 4786501.

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

Color convert

RGB 69 9 73 -
CMYK 0.05 0.88 0 0.71
HSL 296.25º 0.78% 0.16% -
HSV(B) 296.25º 0.88% 0.29% -
XYZ 3.75 1.94 6.48 -
YUV 34.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 69 9 73 0.05 0.88 0 0.71 296.25 0.78 0.16
Hex 45 9 49 5 58 0 47 128 4E 10
Octal 105 11 111 5 130 0 107 450 116 20
Binary 1000101 1001 1001001 101 1011000 0 1000111 100101000 1001110 10000

Color Harmonies of #450949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450949

Black with #450949

Text Example


Text Example

White with #450949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450949; }

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

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

background-color css

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

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

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

border-color css

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

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

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