Html Css Color HEX #450240 Mardi Gras

📋 copy color: '#450240'

red 69 ◦ green 2 ◦ blue 64

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

Shades of Mardi Gras #450240

Tints of Mardi Gras #450240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 47.41%

R = 51.11%
G = 1.48%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#450240 (or 0x450240) is known color: Mardi Gras. HEX triplet: 45, 02 and 40. RGB value is (69,2,64). Sum of RGB (Red+Green+Blue) = 69+2+64=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #450240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450240 is #BAFDBF. Grayscale: #1C1C1C. Windows color (decimal): -12254656 or 4194885. OLE color: 4194885.

HSL color Cylindrical-coordinate representation of color #450240: hue angle of 304.48º 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 #450240 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 2 64 -
CMYK 0 0.97 0.07 0.73
HSL 304.48º 0.94% 0.14% -
HSV(B) 304.48º 0.97% 0.27% -
XYZ 3.4 1.68 5 -
YUV 29.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 69 2 64 0 0.97 0.07 0.73 304.48 0.94 0.14
Hex 45 2 40 0 61 7 49 130 5E E
Octal 105 2 100 0 141 7 111 460 136 16
Binary 1000101 10 1000000 0 1100001 111 1001001 100110000 1011110 1110

Color Harmonies of #450240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450240

Black with #450240

Text Example


Text Example

White with #450240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450240; }

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

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

background-color css

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

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

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

border-color css

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

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

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