Html Css Color HEX #450A43 Mardi Gras

📋 copy color: '#450A43'

red 69 ◦ green 10 ◦ blue 67

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

Shades of Mardi Gras #450A43

Tints of Mardi Gras #450A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 45.89%

R = 47.26%
G = 6.85%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#450A43 (or 0x450A43) is known color: Mardi Gras. HEX triplet: 45, 0A and 43. RGB value is (69,10,67). Sum of RGB (Red+Green+Blue) = 69+10+67=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #450A43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450A43 is #BAF5BC. Grayscale: #212121. Windows color (decimal): -12252605 or 4393541. OLE color: 4393541.

HSL color Cylindrical-coordinate representation of color #450A43: hue angle of 302.03º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #450A43 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 10 67 -
CMYK 0 0.86 0.03 0.73
HSL 302.03º 0.75% 0.15% -
HSV(B) 302.03º 0.86% 0.27% -
XYZ 3.58 1.89 5.49 -
YUV 34.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 69 10 67 0 0.86 0.03 0.73 302.03 0.75 0.15
Hex 45 A 43 0 56 3 49 12E 4B F
Octal 105 12 103 0 126 3 111 456 113 17
Binary 1000101 1010 1000011 0 1010110 11 1001001 100101110 1001011 1111

Color Harmonies of #450A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450A43

Black with #450A43

Text Example


Text Example

White with #450A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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