Html Css Color HEX #481043 Mardi Gras

📋 copy color: '#481043'

red 72 ◦ green 16 ◦ blue 67

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

Shades of Mardi Gras #481043

Tints of Mardi Gras #481043

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.32%

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

R = 46.45%
G = 10.32%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#481043 (or 0x481043) is known color: Mardi Gras. HEX triplet: 48, 10 and 43. RGB value is (72,16,67). Sum of RGB (Red+Green+Blue) = 72+16+67=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #481043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481043 is #B7EFBC. Grayscale: #262626. Windows color (decimal): -12054461 or 4395080. OLE color: 4395080.

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

Color convert

RGB 72 16 67 -
CMYK 0 0.78 0.07 0.72
HSL 305.36º 0.64% 0.17% -
HSV(B) 305.36º 0.78% 0.28% -
XYZ 3.87 2.15 5.52 -
YUV 38.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 72 16 67 0 0.78 0.07 0.72 305.36 0.64 0.17
Hex 48 10 43 0 4E 7 48 131 40 11
Octal 110 20 103 0 116 7 110 461 100 21
Binary 1001000 10000 1000011 0 1001110 111 1001000 100110001 1000000 10001

Color Harmonies of #481043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481043

Black with #481043

Text Example


Text Example

White with #481043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481043; }

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

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

background-color css

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

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

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

border-color css

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

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

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