Html Css Color HEX #451541 Mardi Gras

📋 copy color: '#451541'

red 69 ◦ green 21 ◦ blue 65

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

Shades of Mardi Gras #451541

Tints of Mardi Gras #451541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.55%

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

R = 44.52%
G = 13.55%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#451541 (or 0x451541) is known color: Mardi Gras. HEX triplet: 45, 15 and 41. RGB value is (69,21,65). Sum of RGB (Red+Green+Blue) = 69+21+65=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #451541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451541 is #BAEABE. Grayscale: #282828. Windows color (decimal): -12249791 or 4265285. OLE color: 4265285.

HSL color Cylindrical-coordinate representation of color #451541: hue angle of 305º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451541 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 21 65 -
CMYK 0 0.70 0.06 0.73
HSL 305º 0.53% 0.18% -
HSV(B) 305º 0.7% 0.27% -
XYZ 3.68 2.18 5.23 -
YUV 40.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 69 21 65 0 0.70 0.06 0.73 305 0.53 0.18
Hex 45 15 41 0 46 6 49 131 35 12
Octal 105 25 101 0 106 6 111 461 65 22
Binary 1000101 10101 1000001 0 1000110 110 1001001 100110001 110101 10010

Color Harmonies of #451541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451541

Black with #451541

Text Example


Text Example

White with #451541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451541; }

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

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

background-color css

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

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

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

border-color css

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

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

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