Html Css Color HEX #481544 Mardi Gras

📋 copy color: '#481544'

red 72 ◦ green 21 ◦ blue 68

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

Shades of Mardi Gras #481544

Tints of Mardi Gras #481544

RGB

 RED value IS 72 (28.52% from 255) = 44.72%

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

 BLUE value IS 68 (26.95% from 255) = 42.24%

R = 44.72%
G = 13.04%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#481544 (or 0x481544) is known color: Mardi Gras. HEX triplet: 48, 15 and 44. RGB value is (72,21,68). Sum of RGB (Red+Green+Blue) = 72+21+68=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #481544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481544 is #B7EABB. Grayscale: #292929. Windows color (decimal): -12053180 or 4461896. OLE color: 4461896.

HSL color Cylindrical-coordinate representation of color #481544: hue angle of 304.71º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481544 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 21 68 -
CMYK 0 0.71 0.06 0.72
HSL 304.71º 0.55% 0.18% -
HSV(B) 304.71º 0.71% 0.28% -
XYZ 3.98 2.33 5.71 -
YUV 41.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 72 21 68 0 0.71 0.06 0.72 304.71 0.55 0.18
Hex 48 15 44 0 47 6 48 131 37 12
Octal 110 25 104 0 107 6 110 461 67 22
Binary 1001000 10101 1000100 0 1000111 110 1001000 100110001 110111 10010

Color Harmonies of #481544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481544

Black with #481544

Text Example


Text Example

White with #481544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481544; }

 p { color: rgb(72,21,68); }

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

background-color css

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

 a { background-color: rgb(72,21,68); }

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

border-color css

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

 span { border-color: rgb(72,21,68); }

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