Html Css Color HEX #451740 Mardi Gras

📋 copy color: '#451740'

red 69 ◦ green 23 ◦ blue 64

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

Shades of Mardi Gras #451740

Tints of Mardi Gras #451740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.74%

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

R = 44.23%
G = 14.74%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#451740 (or 0x451740) is known color: Mardi Gras. HEX triplet: 45, 17 and 40. RGB value is (69,23,64). Sum of RGB (Red+Green+Blue) = 69+23+64=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #451740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451740 is #BAE8BF. Grayscale: #292929. Windows color (decimal): -12249280 or 4200261. OLE color: 4200261.

HSL color Cylindrical-coordinate representation of color #451740: hue angle of 306.52º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #451740 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 23 64 -
CMYK 0 0.67 0.07 0.73
HSL 306.52º 0.5% 0.18% -
HSV(B) 306.52º 0.67% 0.27% -
XYZ 3.69 2.25 5.09 -
YUV 41.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 69 23 64 0 0.67 0.07 0.73 306.52 0.5 0.18
Hex 45 17 40 0 43 7 49 133 32 12
Octal 105 27 100 0 103 7 111 463 62 22
Binary 1000101 10111 1000000 0 1000011 111 1001001 100110011 110010 10010

Color Harmonies of #451740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451740

Black with #451740

Text Example


Text Example

White with #451740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451740; }

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

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

background-color css

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

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

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

border-color css

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

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

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