Html Css Color HEX #480F40 Mardi Gras

📋 copy color: '#480F40'

red 72 ◦ green 15 ◦ blue 64

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

Shades of Mardi Gras #480F40

Tints of Mardi Gras #480F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 42.38%

R = 47.68%
G = 9.93%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#480F40 (or 0x480F40) is known color: Mardi Gras. HEX triplet: 48, 0F and 40. RGB value is (72,15,64). Sum of RGB (Red+Green+Blue) = 72+15+64=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #480F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F40 is #B7F0BF. Grayscale: #252525. Windows color (decimal): -12054720 or 4198216. OLE color: 4198216.

HSL color Cylindrical-coordinate representation of color #480F40: hue angle of 308.42º 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 #480F40 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 15 64 -
CMYK 0 0.79 0.11 0.72
HSL 308.42º 0.66% 0.17% -
HSV(B) 308.42º 0.79% 0.28% -
XYZ 3.77 2.09 5.06 -
YUV 37.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 72 15 64 0 0.79 0.11 0.72 308.42 0.66 0.17
Hex 48 F 40 0 4F B 48 134 42 11
Octal 110 17 100 0 117 13 110 464 102 21
Binary 1001000 1111 1000000 0 1001111 1011 1001000 100110100 1000010 10001

Color Harmonies of #480F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480F40

Black with #480F40

Text Example


Text Example

White with #480F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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