Html Css Color HEX #450242 Mardi Gras

📋 copy color: '#450242'

red 69 ◦ green 2 ◦ blue 66

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

Shades of Mardi Gras #450242

Tints of Mardi Gras #450242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.46%

 BLUE value IS 66 (26.17% from 255) = 48.18%

R = 50.36%
G = 1.46%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#450242 (or 0x450242) is known color: Mardi Gras. HEX triplet: 45, 02 and 42. RGB value is (69,2,66). Sum of RGB (Red+Green+Blue) = 69+2+66=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 66 (26.17% from 255 or 48.18% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #450242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450242 is #BAFDBD. Grayscale: #1D1D1D. Windows color (decimal): -12254654 or 4325957. OLE color: 4325957.

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

Color convert

RGB 69 2 66 -
CMYK 0 0.97 0.04 0.73
HSL 302.69º 0.94% 0.14% -
HSV(B) 302.69º 0.97% 0.27% -
XYZ 3.46 1.7 5.3 -
YUV 29.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 69 2 66 0 0.97 0.04 0.73 302.69 0.94 0.14
Hex 45 2 42 0 61 4 49 12F 5E E
Octal 105 2 102 0 141 4 111 457 136 16
Binary 1000101 10 1000010 0 1100001 100 1001001 100101111 1011110 1110

Color Harmonies of #450242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450242

Black with #450242

Text Example


Text Example

White with #450242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450242; }

 p { color: rgb(69,2,66); }

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

background-color css

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

 a { background-color: rgb(69,2,66); }

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

border-color css

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

 span { border-color: rgb(69,2,66); }

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