Html Css Color HEX #481847 Mardi Gras

📋 copy color: '#481847'

red 72 ◦ green 24 ◦ blue 71

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

Shades of Mardi Gras #481847

Tints of Mardi Gras #481847

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.37%

 BLUE value IS 71 (28.13% from 255) = 42.51%

R = 43.11%
G = 14.37%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#481847 (or 0x481847) is known color: Mardi Gras. HEX triplet: 48, 18 and 47. RGB value is (72,24,71). Sum of RGB (Red+Green+Blue) = 72+24+71=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #481847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481847 is #B7E7B8. Grayscale: #2B2B2B. Windows color (decimal): -12052409 or 4659272. OLE color: 4659272.

HSL color Cylindrical-coordinate representation of color #481847: hue angle of 301.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481847 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 24 71 -
CMYK 0 0.67 0.01 0.72
HSL 301.25º 0.5% 0.19% -
HSV(B) 301.25º 0.67% 0.28% -
XYZ 4.14 2.49 6.22 -
YUV 43.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 72 24 71 0 0.67 0.01 0.72 301.25 0.5 0.19
Hex 48 18 47 0 43 1 48 12D 32 13
Octal 110 30 107 0 103 1 110 455 62 23
Binary 1001000 11000 1000111 0 1000011 1 1001000 100101101 110010 10011

Color Harmonies of #481847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481847

Black with #481847

Text Example


Text Example

White with #481847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481847; }

 p { color: rgb(72,24,71); }

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

background-color css

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

 a { background-color: rgb(72,24,71); }

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

border-color css

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

 span { border-color: rgb(72,24,71); }

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