Html Css Color HEX #481646 Mardi Gras

📋 copy color: '#481646'

red 72 ◦ green 22 ◦ blue 70

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

Shades of Mardi Gras #481646

Tints of Mardi Gras #481646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.41%

 BLUE value IS 70 (27.73% from 255) = 42.68%

R = 43.9%
G = 13.41%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#481646 (or 0x481646) is known color: Mardi Gras. HEX triplet: 48, 16 and 46. RGB value is (72,22,70). Sum of RGB (Red+Green+Blue) = 72+22+70=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #481646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481646 is #B7E9B9. Grayscale: #2A2A2A. Windows color (decimal): -12052922 or 4593224. OLE color: 4593224.

HSL color Cylindrical-coordinate representation of color #481646: hue angle of 302.4º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481646 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 22 70 -
CMYK 0 0.69 0.03 0.72
HSL 302.4º 0.53% 0.18% -
HSV(B) 302.4º 0.69% 0.28% -
XYZ 4.06 2.39 6.04 -
YUV 42.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 72 22 70 0 0.69 0.03 0.72 302.4 0.53 0.18
Hex 48 16 46 0 45 3 48 12E 35 12
Octal 110 26 106 0 105 3 110 456 65 22
Binary 1001000 10110 1000110 0 1000101 11 1001000 100101110 110101 10010

Color Harmonies of #481646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481646

Black with #481646

Text Example


Text Example

White with #481646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481646; }

 p { color: rgb(72,22,70); }

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

background-color css

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

 a { background-color: rgb(72,22,70); }

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

border-color css

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

 span { border-color: rgb(72,22,70); }

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