Html Css Color HEX #4A1145 Mardi Gras

📋 copy color: '#4A1145'

red 74 ◦ green 17 ◦ blue 69

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

Shades of Mardi Gras #4A1145

Tints of Mardi Gras #4A1145

RGB

 RED value IS 74 (29.3% from 255) = 46.25%

 GREEN value IS 17 (7.03% from 255) = 10.63%

 BLUE value IS 69 (27.34% from 255) = 43.13%

R = 46.25%
G = 10.63%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#4A1145 (or 0x4A1145) is known color: Mardi Gras. HEX triplet: 4A, 11 and 45. RGB value is (74,17,69). Sum of RGB (Red+Green+Blue) = 74+17+69=160 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.25% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1145 is #B5EEBA. Grayscale: #272727. Windows color (decimal): -11923131 or 4526410. OLE color: 4526410.

HSL color Cylindrical-coordinate representation of color #4A1145: hue angle of 305.26º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A1145 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 17 69 -
CMYK 0 0.77 0.07 0.71
HSL 305.26º 0.63% 0.18% -
HSV(B) 305.26º 0.77% 0.29% -
XYZ 4.1 2.29 5.86 -
YUV 39.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 74 17 69 0 0.77 0.07 0.71 305.26 0.63 0.18
Hex 4A 11 45 0 4D 7 47 131 3F 12
Octal 112 21 105 0 115 7 107 461 77 22
Binary 1001010 10001 1000101 0 1001101 111 1000111 100110001 111111 10010

Color Harmonies of #4A1145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1145

Black with #4A1145

Text Example


Text Example

White with #4A1145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A1145; }

 p { color: rgb(74,17,69); }

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

background-color css

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

 a { background-color: rgb(74,17,69); }

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

border-color css

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

 span { border-color: rgb(74,17,69); }

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