Html Css Color HEX #48093F Mardi Gras

📋 copy color: '#48093F'

red 72 ◦ green 9 ◦ blue 63

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

Shades of Mardi Gras #48093F

Tints of Mardi Gras #48093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

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

R = 50%
G = 6.25%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48093F (or 0x48093F) is known color: Mardi Gras. HEX triplet: 48, 09 and 3F. RGB value is (72,9,63). Sum of RGB (Red+Green+Blue) = 72+9+63=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #48093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48093F is #B7F6C0. Grayscale: #212121. Windows color (decimal): -12056257 or 4131144. OLE color: 4131144.

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

Color convert

RGB 72 9 63 -
CMYK 0 0.88 0.12 0.72
HSL 308.57º 0.78% 0.16% -
HSV(B) 308.57º 0.88% 0.28% -
XYZ 3.67 1.93 4.88 -
YUV 33.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 72 9 63 0 0.88 0.12 0.72 308.57 0.78 0.16
Hex 48 9 3F 0 58 C 48 135 4E 10
Octal 110 11 77 0 130 14 110 465 116 20
Binary 1001000 1001 111111 0 1011000 1100 1001000 100110101 1001110 10000

Color Harmonies of #48093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48093F

Black with #48093F

Text Example


Text Example

White with #48093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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