Html Css Color HEX #481744 Mardi Gras

📋 copy color: '#481744'

red 72 ◦ green 23 ◦ blue 68

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

Shades of Mardi Gras #481744

Tints of Mardi Gras #481744

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.11%

 BLUE value IS 68 (26.95% from 255) = 41.72%

R = 44.17%
G = 14.11%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#481744 (or 0x481744) is known color: Mardi Gras. HEX triplet: 48, 17 and 44. RGB value is (72,23,68). Sum of RGB (Red+Green+Blue) = 72+23+68=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481744 is #B7E8BB. Grayscale: #2A2A2A. Windows color (decimal): -12052668 or 4462408. OLE color: 4462408.

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

Color convert

RGB 72 23 68 -
CMYK 0 0.68 0.06 0.72
HSL 304.9º 0.52% 0.19% -
HSV(B) 304.9º 0.68% 0.28% -
XYZ 4.02 2.41 5.72 -
YUV 42.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 72 23 68 0 0.68 0.06 0.72 304.9 0.52 0.19
Hex 48 17 44 0 44 6 48 131 34 13
Octal 110 27 104 0 104 6 110 461 64 23
Binary 1001000 10111 1000100 0 1000100 110 1001000 100110001 110100 10011

Color Harmonies of #481744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481744

Black with #481744

Text Example


Text Example

White with #481744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481744; }

 p { color: rgb(72,23,68); }

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

background-color css

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

 a { background-color: rgb(72,23,68); }

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

border-color css

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

 span { border-color: rgb(72,23,68); }

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