Html Css Color HEX #451C41 Mardi Gras

📋 copy color: '#451C41'

red 69 ◦ green 28 ◦ blue 65

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

Shades of Mardi Gras #451C41

Tints of Mardi Gras #451C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.28%

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

R = 42.59%
G = 17.28%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#451C41 (or 0x451C41) is known color: Mardi Gras. HEX triplet: 45, 1C and 41. RGB value is (69,28,65). Sum of RGB (Red+Green+Blue) = 69+28+65=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 69 - color contains mainly: red. Hex color #451C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C41 is #BAE3BE. Grayscale: #2C2C2C. Windows color (decimal): -12247999 or 4267077. OLE color: 4267077.

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

Color convert

RGB 69 28 65 -
CMYK 0 0.59 0.06 0.73
HSL 305.85º 0.42% 0.19% -
HSV(B) 305.85º 0.59% 0.27% -
XYZ 3.82 2.48 5.28 -
YUV 44.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 69 28 65 0 0.59 0.06 0.73 305.85 0.42 0.19
Hex 45 1C 41 0 3B 6 49 132 2A 13
Octal 105 34 101 0 73 6 111 462 52 23
Binary 1000101 11100 1000001 0 111011 110 1001001 100110010 101010 10011

Color Harmonies of #451C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451C41

Black with #451C41

Text Example


Text Example

White with #451C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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