Html Css Color HEX #450143 Mardi Gras

📋 copy color: '#450143'

red 69 ◦ green 1 ◦ blue 67

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

Shades of Mardi Gras #450143

Tints of Mardi Gras #450143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.73%

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

R = 50.36%
G = 0.73%
B = 48.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#450143 (or 0x450143) is known color: Mardi Gras. HEX triplet: 45, 01 and 43. RGB value is (69,1,67). Sum of RGB (Red+Green+Blue) = 69+1+67=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #450143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450143 is #BAFEBC. Grayscale: #1C1C1C. Windows color (decimal): -12254909 or 4391237. OLE color: 4391237.

HSL color Cylindrical-coordinate representation of color #450143: hue angle of 301.76º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450143 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 1 67 -
CMYK 0 0.99 0.03 0.73
HSL 301.76º 0.97% 0.14% -
HSV(B) 301.76º 0.99% 0.27% -
XYZ 3.48 1.69 5.45 -
YUV 28.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 69 1 67 0 0.99 0.03 0.73 301.76 0.97 0.14
Hex 45 1 43 0 63 3 49 12E 61 E
Octal 105 1 103 0 143 3 111 456 141 16
Binary 1000101 1 1000011 0 1100011 11 1001001 100101110 1100001 1110

Color Harmonies of #450143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450143

Black with #450143

Text Example


Text Example

White with #450143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450143; }

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

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

background-color css

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

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

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

border-color css

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

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

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