Html Css Color HEX #451E41 Mardi Gras

📋 copy color: '#451E41'

red 69 ◦ green 30 ◦ blue 65

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

Shades of Mardi Gras #451E41

Tints of Mardi Gras #451E41

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.29%

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

R = 42.07%
G = 18.29%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#451E41 (or 0x451E41) is known color: Mardi Gras. HEX triplet: 45, 1E and 41. RGB value is (69,30,65). Sum of RGB (Red+Green+Blue) = 69+30+65=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 69 - color contains mainly: red. Hex color #451E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E41 is #BAE1BE. Grayscale: #2D2D2D. Windows color (decimal): -12247487 or 4267589. OLE color: 4267589.

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

Color convert

RGB 69 30 65 -
CMYK 0 0.57 0.06 0.73
HSL 306.15º 0.39% 0.19% -
HSV(B) 306.15º 0.57% 0.27% -
XYZ 3.87 2.58 5.29 -
YUV 45.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 69 30 65 0 0.57 0.06 0.73 306.15 0.39 0.19
Hex 45 1E 41 0 39 6 49 132 27 13
Octal 105 36 101 0 71 6 111 462 47 23
Binary 1000101 11110 1000001 0 111001 110 1001001 100110010 100111 10011

Color Harmonies of #451E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451E41

Black with #451E41

Text Example


Text Example

White with #451E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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