Html Css Color HEX #48123F Mardi Gras

📋 copy color: '#48123F'

red 72 ◦ green 18 ◦ blue 63

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

Shades of Mardi Gras #48123F

Tints of Mardi Gras #48123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.76%

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

R = 47.06%
G = 11.76%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48123F (or 0x48123F) is known color: Mardi Gras. HEX triplet: 48, 12 and 3F. RGB value is (72,18,63). Sum of RGB (Red+Green+Blue) = 72+18+63=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48123F is #B7EDC0. Grayscale: #272727. Windows color (decimal): -12053953 or 4133448. OLE color: 4133448.

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

Color convert

RGB 72 18 63 -
CMYK 0 0.75 0.12 0.72
HSL 310º 0.6% 0.18% -
HSV(B) 310º 0.75% 0.28% -
XYZ 3.79 2.17 4.92 -
YUV 39.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 72 18 63 0 0.75 0.12 0.72 310 0.6 0.18
Hex 48 12 3F 0 4B C 48 136 3C 12
Octal 110 22 77 0 113 14 110 466 74 22
Binary 1001000 10010 111111 0 1001011 1100 1001000 100110110 111100 10010

Color Harmonies of #48123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48123F

Black with #48123F

Text Example


Text Example

White with #48123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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