Html Css Color HEX #481342 Mardi Gras

📋 copy color: '#481342'

red 72 ◦ green 19 ◦ blue 66

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

Shades of Mardi Gras #481342

Tints of Mardi Gras #481342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

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

R = 45.86%
G = 12.1%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#481342 (or 0x481342) is known color: Mardi Gras. HEX triplet: 48, 13 and 42. RGB value is (72,19,66). Sum of RGB (Red+Green+Blue) = 72+19+66=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #481342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481342 is #B7ECBD. Grayscale: #282828. Windows color (decimal): -12053694 or 4330312. OLE color: 4330312.

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

Color convert

RGB 72 19 66 -
CMYK 0 0.74 0.08 0.72
HSL 306.79º 0.58% 0.18% -
HSV(B) 306.79º 0.74% 0.28% -
XYZ 3.89 2.24 5.38 -
YUV 40.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 72 19 66 0 0.74 0.08 0.72 306.79 0.58 0.18
Hex 48 13 42 0 4A 8 48 133 3A 12
Octal 110 23 102 0 112 10 110 463 72 22
Binary 1001000 10011 1000010 0 1001010 1000 1001000 100110011 111010 10010

Color Harmonies of #481342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481342

Black with #481342

Text Example


Text Example

White with #481342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481342; }

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

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

background-color css

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

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

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

border-color css

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

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

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