Html Css Color HEX #481545 Mardi Gras

📋 copy color: '#481545'

red 72 ◦ green 21 ◦ blue 69

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

Shades of Mardi Gras #481545

Tints of Mardi Gras #481545

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.96%

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

R = 44.44%
G = 12.96%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#481545 (or 0x481545) is known color: Mardi Gras. HEX triplet: 48, 15 and 45. RGB value is (72,21,69). Sum of RGB (Red+Green+Blue) = 72+21+69=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #481545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481545 is #B7EABA. Grayscale: #292929. Windows color (decimal): -12053179 or 4527432. OLE color: 4527432.

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

Color convert

RGB 72 21 69 -
CMYK 0 0.71 0.04 0.72
HSL 303.53º 0.55% 0.18% -
HSV(B) 303.53º 0.71% 0.28% -
XYZ 4.01 2.34 5.87 -
YUV 41.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 72 21 69 0 0.71 0.04 0.72 303.53 0.55 0.18
Hex 48 15 45 0 47 4 48 130 37 12
Octal 110 25 105 0 107 4 110 460 67 22
Binary 1001000 10101 1000101 0 1000111 100 1001000 100110000 110111 10010

Color Harmonies of #481545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481545

Black with #481545

Text Example


Text Example

White with #481545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481545; }

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

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

background-color css

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

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

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

border-color css

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

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

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