Html Css Color HEX #481440 Mardi Gras

📋 copy color: '#481440'

red 72 ◦ green 20 ◦ blue 64

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

Shades of Mardi Gras #481440

Tints of Mardi Gras #481440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.82%

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

R = 46.15%
G = 12.82%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#481440 (or 0x481440) is known color: Mardi Gras. HEX triplet: 48, 14 and 40. RGB value is (72,20,64). Sum of RGB (Red+Green+Blue) = 72+20+64=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #481440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481440 is #B7EBBF. Grayscale: #282828. Windows color (decimal): -12053440 or 4199496. OLE color: 4199496.

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

Color convert

RGB 72 20 64 -
CMYK 0 0.72 0.11 0.72
HSL 309.23º 0.57% 0.18% -
HSV(B) 309.23º 0.72% 0.28% -
XYZ 3.85 2.25 5.08 -
YUV 40.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 72 20 64 0 0.72 0.11 0.72 309.23 0.57 0.18
Hex 48 14 40 0 48 B 48 135 39 12
Octal 110 24 100 0 110 13 110 465 71 22
Binary 1001000 10100 1000000 0 1001000 1011 1001000 100110101 111001 10010

Color Harmonies of #481440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481440

Black with #481440

Text Example


Text Example

White with #481440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481440; }

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

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

background-color css

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

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

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

border-color css

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

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

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