Html Css Color HEX #481844 Mardi Gras

📋 copy color: '#481844'

red 72 ◦ green 24 ◦ blue 68

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

Shades of Mardi Gras #481844

Tints of Mardi Gras #481844

RGB

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

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

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

R = 43.9%
G = 14.63%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#481844 (or 0x481844) is known color: Mardi Gras. HEX triplet: 48, 18 and 44. RGB value is (72,24,68). Sum of RGB (Red+Green+Blue) = 72+24+68=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #481844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481844 is #B7E7BB. Grayscale: #2B2B2B. Windows color (decimal): -12052412 or 4462664. OLE color: 4462664.

HSL color Cylindrical-coordinate representation of color #481844: hue angle of 305º 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 #481844 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 24 68 -
CMYK 0 0.67 0.06 0.72
HSL 305º 0.5% 0.19% -
HSV(B) 305º 0.67% 0.28% -
XYZ 4.04 2.45 5.73 -
YUV 43.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 72 24 68 0 0.67 0.06 0.72 305 0.5 0.19
Hex 48 18 44 0 43 6 48 131 32 13
Octal 110 30 104 0 103 6 110 461 62 23
Binary 1001000 11000 1000100 0 1000011 110 1001000 100110001 110010 10011

Color Harmonies of #481844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481844

Black with #481844

Text Example


Text Example

White with #481844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481844; }

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

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

background-color css

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

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

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

border-color css

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

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

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