Html Css Color HEX #481540 Mardi Gras

📋 copy color: '#481540'

red 72 ◦ green 21 ◦ blue 64

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

Shades of Mardi Gras #481540

Tints of Mardi Gras #481540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40.76%

R = 45.86%
G = 13.38%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#481540 (or 0x481540) is known color: Mardi Gras. HEX triplet: 48, 15 and 40. RGB value is (72,21,64). Sum of RGB (Red+Green+Blue) = 72+21+64=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #481540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481540 is #B7EABF. Grayscale: #292929. Windows color (decimal): -12053184 or 4199752. OLE color: 4199752.

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

Color convert

RGB 72 21 64 -
CMYK 0 0.71 0.11 0.72
HSL 309.41º 0.55% 0.18% -
HSV(B) 309.41º 0.71% 0.28% -
XYZ 3.87 2.28 5.09 -
YUV 41.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 72 21 64 0 0.71 0.11 0.72 309.41 0.55 0.18
Hex 48 15 40 0 47 B 48 135 37 12
Octal 110 25 100 0 107 13 110 465 67 22
Binary 1001000 10101 1000000 0 1000111 1011 1001000 100110101 110111 10010

Color Harmonies of #481540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481540

Black with #481540

Text Example


Text Example

White with #481540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481540; }

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

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

background-color css

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

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

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

border-color css

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

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

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