Html Css Color HEX #450A48 Mardi Gras

📋 copy color: '#450A48'

red 69 ◦ green 10 ◦ blue 72

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

Shades of Mardi Gras #450A48

Tints of Mardi Gras #450A48

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.62%

 BLUE value IS 72 (28.52% from 255) = 47.68%

R = 45.7%
G = 6.62%
B = 47.68%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#450A48 (or 0x450A48) is known color: Mardi Gras. HEX triplet: 45, 0A and 48. RGB value is (69,10,72). Sum of RGB (Red+Green+Blue) = 69+10+72=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #450A48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450A48 is #BAF5B7. Grayscale: #222222. Windows color (decimal): -12252600 or 4721221. OLE color: 4721221.

HSL color Cylindrical-coordinate representation of color #450A48: hue angle of 297.1º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #450A48 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 69 10 72 -
CMYK 0.04 0.86 0 0.72
HSL 297.1º 0.76% 0.16% -
HSV(B) 297.1º 0.86% 0.28% -
XYZ 3.73 1.95 6.31 -
YUV 34.71 149.05 152.46 -
System Red Green Blue C M Y K H S L
Decimal 69 10 72 0.04 0.86 0 0.72 297.1 0.76 0.16
Hex 45 A 48 4 56 0 48 129 4C 10
Octal 105 12 110 4 126 0 110 451 114 20
Binary 1000101 1010 1001000 100 1010110 0 1001000 100101001 1001100 10000

Color Harmonies of #450A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450A48

Black with #450A48

Text Example


Text Example

White with #450A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450A48; }

 p { color: rgb(69,10,72); }

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

background-color css

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

 a { background-color: rgb(69,10,72); }

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

border-color css

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

 span { border-color: rgb(69,10,72); }

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