Html Css Color HEX #48113F Mardi Gras

📋 copy color: '#48113F'

red 72 ◦ green 17 ◦ blue 63

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

Shades of Mardi Gras #48113F

Tints of Mardi Gras #48113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.18%

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

R = 47.37%
G = 11.18%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48113F (or 0x48113F) is known color: Mardi Gras. HEX triplet: 48, 11 and 3F. RGB value is (72,17,63). Sum of RGB (Red+Green+Blue) = 72+17+63=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48113F is #B7EEC0. Grayscale: #262626. Windows color (decimal): -12054209 or 4133192. OLE color: 4133192.

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

Color convert

RGB 72 17 63 -
CMYK 0 0.76 0.12 0.72
HSL 309.82º 0.62% 0.17% -
HSV(B) 309.82º 0.76% 0.28% -
XYZ 3.77 2.14 4.92 -
YUV 38.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 72 17 63 0 0.76 0.12 0.72 309.82 0.62 0.17
Hex 48 11 3F 0 4C C 48 136 3E 11
Octal 110 21 77 0 114 14 110 466 76 21
Binary 1001000 10001 111111 0 1001100 1100 1001000 100110110 111110 10001

Color Harmonies of #48113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48113F

Black with #48113F

Text Example


Text Example

White with #48113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48113F; }

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

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

background-color css

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

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

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

border-color css

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

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

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