Html Css Color HEX #48103F Mardi Gras

📋 copy color: '#48103F'

red 72 ◦ green 16 ◦ blue 63

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

Shades of Mardi Gras #48103F

Tints of Mardi Gras #48103F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.6%

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

R = 47.68%
G = 10.6%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48103F (or 0x48103F) is known color: Mardi Gras. HEX triplet: 48, 10 and 3F. RGB value is (72,16,63). Sum of RGB (Red+Green+Blue) = 72+16+63=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48103F is #B7EFC0. Grayscale: #252525. Windows color (decimal): -12054465 or 4132936. OLE color: 4132936.

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

Color convert

RGB 72 16 63 -
CMYK 0 0.78 0.12 0.72
HSL 309.64º 0.64% 0.17% -
HSV(B) 309.64º 0.78% 0.28% -
XYZ 3.75 2.11 4.91 -
YUV 38.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 72 16 63 0 0.78 0.12 0.72 309.64 0.64 0.17
Hex 48 10 3F 0 4E C 48 136 40 11
Octal 110 20 77 0 116 14 110 466 100 21
Binary 1001000 10000 111111 0 1001110 1100 1001000 100110110 1000000 10001

Color Harmonies of #48103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48103F

Black with #48103F

Text Example


Text Example

White with #48103F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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