Html Css Color HEX #481543 Mardi Gras

📋 copy color: '#481543'

red 72 ◦ green 21 ◦ blue 67

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

Shades of Mardi Gras #481543

Tints of Mardi Gras #481543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 41.88%

R = 45%
G = 13.13%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#481543 (or 0x481543) is known color: Mardi Gras. HEX triplet: 48, 15 and 43. RGB value is (72,21,67). Sum of RGB (Red+Green+Blue) = 72+21+67=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #481543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481543 is #B7EABC. Grayscale: #292929. Windows color (decimal): -12053181 or 4396360. OLE color: 4396360.

HSL color Cylindrical-coordinate representation of color #481543: hue angle of 305.88º 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 #481543 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 21 67 -
CMYK 0 0.71 0.07 0.72
HSL 305.88º 0.55% 0.18% -
HSV(B) 305.88º 0.71% 0.28% -
XYZ 3.95 2.32 5.55 -
YUV 41.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 72 21 67 0 0.71 0.07 0.72 305.88 0.55 0.18
Hex 48 15 43 0 47 7 48 132 37 12
Octal 110 25 103 0 107 7 110 462 67 22
Binary 1001000 10101 1000011 0 1000111 111 1001000 100110010 110111 10010

Color Harmonies of #481543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481543

Black with #481543

Text Example


Text Example

White with #481543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481543; }

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

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

background-color css

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

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

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

border-color css

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

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

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