Html Css Color HEX #450740 Mardi Gras

📋 copy color: '#450740'

red 69 ◦ green 7 ◦ blue 64

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

Shades of Mardi Gras #450740

Tints of Mardi Gras #450740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5%

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

R = 49.29%
G = 5%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#450740 (or 0x450740) is known color: Mardi Gras. HEX triplet: 45, 07 and 40. RGB value is (69,7,64). Sum of RGB (Red+Green+Blue) = 69+7+64=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #450740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450740 is #BAF8BF. Grayscale: #1F1F1F. Windows color (decimal): -12253376 or 4196165. OLE color: 4196165.

HSL color Cylindrical-coordinate representation of color #450740: hue angle of 304.84º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450740 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 7 64 -
CMYK 0 0.90 0.07 0.73
HSL 304.84º 0.82% 0.15% -
HSV(B) 304.84º 0.9% 0.27% -
XYZ 3.46 1.79 5.01 -
YUV 32.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 69 7 64 0 0.90 0.07 0.73 304.84 0.82 0.15
Hex 45 7 40 0 5A 7 49 131 52 F
Octal 105 7 100 0 132 7 111 461 122 17
Binary 1000101 111 1000000 0 1011010 111 1001001 100110001 1010010 1111

Color Harmonies of #450740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450740

Black with #450740

Text Example


Text Example

White with #450740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450740; }

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

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

background-color css

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

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

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

border-color css

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

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

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