Html Css Color HEX #451648 Mardi Gras

📋 copy color: '#451648'

red 69 ◦ green 22 ◦ blue 72

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

Shades of Mardi Gras #451648

Tints of Mardi Gras #451648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.5%

 BLUE value IS 72 (28.52% from 255) = 44.17%

R = 42.33%
G = 13.5%
B = 44.17%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#451648 (or 0x451648) is known color: Mardi Gras. HEX triplet: 45, 16 and 48. RGB value is (69,22,72). Sum of RGB (Red+Green+Blue) = 69+22+72=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #451648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451648 is #BAE9B7. Grayscale: #292929. Windows color (decimal): -12249528 or 4724293. OLE color: 4724293.

HSL color Cylindrical-coordinate representation of color #451648: hue angle of 296.4º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #451648 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 69 22 72 -
CMYK 0.04 0.69 0 0.72
HSL 296.4º 0.53% 0.18% -
HSV(B) 296.4º 0.69% 0.28% -
XYZ 3.91 2.31 6.37 -
YUV 41.75 145.07 147.43 -
System Red Green Blue C M Y K H S L
Decimal 69 22 72 0.04 0.69 0 0.72 296.4 0.53 0.18
Hex 45 16 48 4 45 0 48 128 35 12
Octal 105 26 110 4 105 0 110 450 65 22
Binary 1000101 10110 1001000 100 1000101 0 1001000 100101000 110101 10010

Color Harmonies of #451648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451648

Black with #451648

Text Example


Text Example

White with #451648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451648; }

 p { color: rgb(69,22,72); }

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

background-color css

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

 a { background-color: rgb(69,22,72); }

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

border-color css

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

 span { border-color: rgb(69,22,72); }

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