Html Css Color HEX #481243 Mardi Gras

📋 copy color: '#481243'

red 72 ◦ green 18 ◦ blue 67

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

Shades of Mardi Gras #481243

Tints of Mardi Gras #481243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

 BLUE value IS 67 (26.56% from 255) = 42.68%

R = 45.86%
G = 11.46%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#481243 (or 0x481243) is known color: Mardi Gras. HEX triplet: 48, 12 and 43. RGB value is (72,18,67). Sum of RGB (Red+Green+Blue) = 72+18+67=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #481243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481243 is #B7EDBC. Grayscale: #272727. Windows color (decimal): -12053949 or 4395592. OLE color: 4395592.

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

Color convert

RGB 72 18 67 -
CMYK 0 0.75 0.07 0.72
HSL 305.56º 0.6% 0.18% -
HSV(B) 305.56º 0.75% 0.28% -
XYZ 3.9 2.22 5.53 -
YUV 39.73 143.39 151.02 -
System Red Green Blue C M Y K H S L
Decimal 72 18 67 0 0.75 0.07 0.72 305.56 0.6 0.18
Hex 48 12 43 0 4B 7 48 132 3C 12
Octal 110 22 103 0 113 7 110 462 74 22
Binary 1001000 10010 1000011 0 1001011 111 1001000 100110010 111100 10010

Color Harmonies of #481243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481243

Black with #481243

Text Example


Text Example

White with #481243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481243; }

 p { color: rgb(72,18,67); }

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

background-color css

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

 a { background-color: rgb(72,18,67); }

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

border-color css

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

 span { border-color: rgb(72,18,67); }

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