Html Css Color HEX #481445 Mardi Gras

📋 copy color: '#481445'

red 72 ◦ green 20 ◦ blue 69

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

Shades of Mardi Gras #481445

Tints of Mardi Gras #481445

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.42%

 BLUE value IS 69 (27.34% from 255) = 42.86%

R = 44.72%
G = 12.42%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#481445 (or 0x481445) is known color: Mardi Gras. HEX triplet: 48, 14 and 45. RGB value is (72,20,69). Sum of RGB (Red+Green+Blue) = 72+20+69=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #481445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481445 is #B7EBBA. Grayscale: #282828. Windows color (decimal): -12053435 or 4527176. OLE color: 4527176.

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

Color convert

RGB 72 20 69 -
CMYK 0 0.72 0.04 0.72
HSL 303.46º 0.57% 0.18% -
HSV(B) 303.46º 0.72% 0.28% -
XYZ 4 2.31 5.86 -
YUV 41.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 72 20 69 0 0.72 0.04 0.72 303.46 0.57 0.18
Hex 48 14 45 0 48 4 48 12F 39 12
Octal 110 24 105 0 110 4 110 457 71 22
Binary 1001000 10100 1000101 0 1001000 100 1001000 100101111 111001 10010

Color Harmonies of #481445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481445

Black with #481445

Text Example


Text Example

White with #481445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481445; }

 p { color: rgb(72,20,69); }

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

background-color css

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

 a { background-color: rgb(72,20,69); }

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

border-color css

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

 span { border-color: rgb(72,20,69); }

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