Html Css Color HEX #481442 Mardi Gras

📋 copy color: '#481442'

red 72 ◦ green 20 ◦ blue 66

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

Shades of Mardi Gras #481442

Tints of Mardi Gras #481442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 41.77%

R = 45.57%
G = 12.66%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#481442 (or 0x481442) is known color: Mardi Gras. HEX triplet: 48, 14 and 42. RGB value is (72,20,66). Sum of RGB (Red+Green+Blue) = 72+20+66=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #481442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481442 is #B7EBBD. Grayscale: #282828. Windows color (decimal): -12053438 or 4330568. OLE color: 4330568.

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

Color convert

RGB 72 20 66 -
CMYK 0 0.72 0.08 0.72
HSL 306.92º 0.57% 0.18% -
HSV(B) 306.92º 0.72% 0.28% -
XYZ 3.91 2.27 5.39 -
YUV 40.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 72 20 66 0 0.72 0.08 0.72 306.92 0.57 0.18
Hex 48 14 42 0 48 8 48 133 39 12
Octal 110 24 102 0 110 10 110 463 71 22
Binary 1001000 10100 1000010 0 1001000 1000 1001000 100110011 111001 10010

Color Harmonies of #481442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481442

Black with #481442

Text Example


Text Example

White with #481442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481442; }

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

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

background-color css

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

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

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

border-color css

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

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

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