Html Css Color HEX #481542 Mardi Gras

📋 copy color: '#481542'

red 72 ◦ green 21 ◦ blue 66

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

Shades of Mardi Gras #481542

Tints of Mardi Gras #481542

RGB

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

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

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

R = 45.28%
G = 13.21%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#481542 (or 0x481542) is known color: Mardi Gras. HEX triplet: 48, 15 and 42. RGB value is (72,21,66). Sum of RGB (Red+Green+Blue) = 72+21+66=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #481542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481542 is #B7EABD. Grayscale: #292929. Windows color (decimal): -12053182 or 4330824. OLE color: 4330824.

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

Color convert

RGB 72 21 66 -
CMYK 0 0.71 0.08 0.72
HSL 307.06º 0.55% 0.18% -
HSV(B) 307.06º 0.71% 0.28% -
XYZ 3.92 2.31 5.39 -
YUV 41.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 72 21 66 0 0.71 0.08 0.72 307.06 0.55 0.18
Hex 48 15 42 0 47 8 48 133 37 12
Octal 110 25 102 0 107 10 110 463 67 22
Binary 1001000 10101 1000010 0 1000111 1000 1001000 100110011 110111 10010

Color Harmonies of #481542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481542

Black with #481542

Text Example


Text Example

White with #481542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481542; }

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

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

background-color css

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

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

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

border-color css

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

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

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