Html Css Color HEX #450947 Mardi Gras

📋 copy color: '#450947'

red 69 ◦ green 9 ◦ blue 71

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

Shades of Mardi Gras #450947

Tints of Mardi Gras #450947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 47.65%

R = 46.31%
G = 6.04%
B = 47.65%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#450947 (or 0x450947) is known color: Mardi Gras. HEX triplet: 45, 09 and 47. RGB value is (69,9,71). Sum of RGB (Red+Green+Blue) = 69+9+71=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #450947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450947 is #BAF6B8. Grayscale: #212121. Windows color (decimal): -12252857 or 4655429. OLE color: 4655429.

HSL color Cylindrical-coordinate representation of color #450947: hue angle of 298.06º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #450947 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 69 9 71 -
CMYK 0.03 0.87 0 0.72
HSL 298.06º 0.78% 0.16% -
HSV(B) 298.06º 0.87% 0.28% -
XYZ 3.69 1.92 6.14 -
YUV 34.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 69 9 71 0.03 0.87 0 0.72 298.06 0.78 0.16
Hex 45 9 47 3 57 0 48 12A 4E 10
Octal 105 11 107 3 127 0 110 452 116 20
Binary 1000101 1001 1000111 11 1010111 0 1001000 100101010 1001110 10000

Color Harmonies of #450947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450947

Black with #450947

Text Example


Text Example

White with #450947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450947; }

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

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

background-color css

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

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

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

border-color css

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

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

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