Html Css Color HEX #451241 Mardi Gras

📋 copy color: '#451241'

red 69 ◦ green 18 ◦ blue 65

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

Shades of Mardi Gras #451241

Tints of Mardi Gras #451241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

 BLUE value IS 65 (25.78% from 255) = 42.76%

R = 45.39%
G = 11.84%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#451241 (or 0x451241) is known color: Mardi Gras. HEX triplet: 45, 12 and 41. RGB value is (69,18,65). Sum of RGB (Red+Green+Blue) = 69+18+65=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #451241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451241 is #BAEDBE. Grayscale: #262626. Windows color (decimal): -12250559 or 4264517. OLE color: 4264517.

HSL color Cylindrical-coordinate representation of color #451241: hue angle of 304.71º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451241 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 18 65 -
CMYK 0 0.74 0.06 0.73
HSL 304.71º 0.59% 0.17% -
HSV(B) 304.71º 0.74% 0.27% -
XYZ 3.62 2.08 5.21 -
YUV 38.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 69 18 65 0 0.74 0.06 0.73 304.71 0.59 0.17
Hex 45 12 41 0 4A 6 49 131 3B 11
Octal 105 22 101 0 112 6 111 461 73 21
Binary 1000101 10010 1000001 0 1001010 110 1001001 100110001 111011 10001

Color Harmonies of #451241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451241

Black with #451241

Text Example


Text Example

White with #451241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451241; }

 p { color: rgb(69,18,65); }

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

background-color css

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

 a { background-color: rgb(69,18,65); }

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

border-color css

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

 span { border-color: rgb(69,18,65); }

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