Html Css Color HEX #480F42 Mardi Gras

📋 copy color: '#480F42'

red 72 ◦ green 15 ◦ blue 66

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

Shades of Mardi Gras #480F42

Tints of Mardi Gras #480F42

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.8%

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

R = 47.06%
G = 9.8%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#480F42 (or 0x480F42) is known color: Mardi Gras. HEX triplet: 48, 0F and 42. RGB value is (72,15,66). Sum of RGB (Red+Green+Blue) = 72+15+66=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #480F42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F42 is #B7F0BD. Grayscale: #252525. Windows color (decimal): -12054718 or 4329288. OLE color: 4329288.

HSL color Cylindrical-coordinate representation of color #480F42: hue angle of 306.32º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #480F42 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 15 66 -
CMYK 0 0.79 0.08 0.72
HSL 306.32º 0.66% 0.17% -
HSV(B) 306.32º 0.79% 0.28% -
XYZ 3.83 2.11 5.36 -
YUV 37.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 72 15 66 0 0.79 0.08 0.72 306.32 0.66 0.17
Hex 48 F 42 0 4F 8 48 132 42 11
Octal 110 17 102 0 117 10 110 462 102 21
Binary 1001000 1111 1000010 0 1001111 1000 1001000 100110010 1000010 10001

Color Harmonies of #480F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480F42

Black with #480F42

Text Example


Text Example

White with #480F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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