Html Css Color HEX #48073F Mardi Gras

📋 copy color: '#48073F'

red 72 ◦ green 7 ◦ blue 63

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

Shades of Mardi Gras #48073F

Tints of Mardi Gras #48073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.93%

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

R = 50.7%
G = 4.93%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48073F (or 0x48073F) is known color: Mardi Gras. HEX triplet: 48, 07 and 3F. RGB value is (72,7,63). Sum of RGB (Red+Green+Blue) = 72+7+63=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #48073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48073F is #B7F8C0. Grayscale: #202020. Windows color (decimal): -12056769 or 4130632. OLE color: 4130632.

HSL color Cylindrical-coordinate representation of color #48073F: hue angle of 308.31º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48073F is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 7 63 -
CMYK 0 0.90 0.12 0.72
HSL 308.31º 0.82% 0.15% -
HSV(B) 308.31º 0.9% 0.28% -
XYZ 3.65 1.89 4.88 -
YUV 32.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 72 7 63 0 0.90 0.12 0.72 308.31 0.82 0.15
Hex 48 7 3F 0 5A C 48 134 52 F
Octal 110 7 77 0 132 14 110 464 122 17
Binary 1001000 111 111111 0 1011010 1100 1001000 100110100 1010010 1111

Color Harmonies of #48073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48073F

Black with #48073F

Text Example


Text Example

White with #48073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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