Html Css Color HEX #480242 Mardi Gras

📋 copy color: '#480242'

red 72 ◦ green 2 ◦ blue 66

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

Shades of Mardi Gras #480242

Tints of Mardi Gras #480242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.43%

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

R = 51.43%
G = 1.43%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#480242 (or 0x480242) is known color: Mardi Gras. HEX triplet: 48, 02 and 42. RGB value is (72,2,66). Sum of RGB (Red+Green+Blue) = 72+2+66=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #480242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480242 is #B7FDBD. Grayscale: #1E1E1E. Windows color (decimal): -12058046 or 4325960. OLE color: 4325960.

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

Color convert

RGB 72 2 66 -
CMYK 0 0.97 0.08 0.72
HSL 305.14º 0.95% 0.15% -
HSV(B) 305.14º 0.97% 0.28% -
XYZ 3.68 1.81 5.31 -
YUV 30.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 72 2 66 0 0.97 0.08 0.72 305.14 0.95 0.15
Hex 48 2 42 0 61 8 48 131 5F F
Octal 110 2 102 0 141 10 110 461 137 17
Binary 1001000 10 1000010 0 1100001 1000 1001000 100110001 1011111 1111

Color Harmonies of #480242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480242

Black with #480242

Text Example


Text Example

White with #480242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480242; }

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

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

background-color css

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

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

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

border-color css

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

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

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