Html Css Color HEX #48063F Mardi Gras

📋 copy color: '#48063F'

red 72 ◦ green 6 ◦ blue 63

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

Shades of Mardi Gras #48063F

Tints of Mardi Gras #48063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.26%

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

R = 51.06%
G = 4.26%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48063F (or 0x48063F) is known color: Mardi Gras. HEX triplet: 48, 06 and 3F. RGB value is (72,6,63). Sum of RGB (Red+Green+Blue) = 72+6+63=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #48063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48063F is #B7F9C0. Grayscale: #202020. Windows color (decimal): -12057025 or 4130376. OLE color: 4130376.

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

Color convert

RGB 72 6 63 -
CMYK 0 0.92 0.12 0.72
HSL 308.18º 0.85% 0.15% -
HSV(B) 308.18º 0.92% 0.28% -
XYZ 3.63 1.87 4.87 -
YUV 32.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 72 6 63 0 0.92 0.12 0.72 308.18 0.85 0.15
Hex 48 6 3F 0 5C C 48 134 55 F
Octal 110 6 77 0 134 14 110 464 125 17
Binary 1001000 110 111111 0 1011100 1100 1001000 100110100 1010101 1111

Color Harmonies of #48063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48063F

Black with #48063F

Text Example


Text Example

White with #48063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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