Html Css Color HEX #480D3F Mardi Gras

📋 copy color: '#480D3F'

red 72 ◦ green 13 ◦ blue 63

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

Shades of Mardi Gras #480D3F

Tints of Mardi Gras #480D3F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.78%

 BLUE value IS 63 (25% from 255) = 42.57%

R = 48.65%
G = 8.78%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#480D3F (or 0x480D3F) is known color: Mardi Gras. HEX triplet: 48, 0D and 3F. RGB value is (72,13,63). Sum of RGB (Red+Green+Blue) = 72+13+63=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #480D3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D3F is #B7F2C0. Grayscale: #242424. Windows color (decimal): -12055233 or 4132168. OLE color: 4132168.

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

Color convert

RGB 72 13 63 -
CMYK 0 0.82 0.12 0.72
HSL 309.15º 0.69% 0.17% -
HSV(B) 309.15º 0.82% 0.28% -
XYZ 3.71 2.02 4.9 -
YUV 36.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 72 13 63 0 0.82 0.12 0.72 309.15 0.69 0.17
Hex 48 D 3F 0 52 C 48 135 45 11
Octal 110 15 77 0 122 14 110 465 105 21
Binary 1001000 1101 111111 0 1010010 1100 1001000 100110101 1000101 10001

Color Harmonies of #480D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480D3F

Black with #480D3F

Text Example


Text Example

White with #480D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,13,63); }

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

background-color css

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

 a { background-color: rgb(72,13,63); }

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

border-color css

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

 span { border-color: rgb(72,13,63); }

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