Html Css Color HEX #481541 Mardi Gras

📋 copy color: '#481541'

red 72 ◦ green 21 ◦ blue 65

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

Shades of Mardi Gras #481541

Tints of Mardi Gras #481541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 41.14%

R = 45.57%
G = 13.29%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#481541 (or 0x481541) is known color: Mardi Gras. HEX triplet: 48, 15 and 41. RGB value is (72,21,65). Sum of RGB (Red+Green+Blue) = 72+21+65=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #481541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481541 is #B7EABE. Grayscale: #292929. Windows color (decimal): -12053183 or 4265288. OLE color: 4265288.

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

Color convert

RGB 72 21 65 -
CMYK 0 0.71 0.10 0.72
HSL 308.24º 0.55% 0.18% -
HSV(B) 308.24º 0.71% 0.28% -
XYZ 3.89 2.3 5.24 -
YUV 41.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 72 21 65 0 0.71 0.10 0.72 308.24 0.55 0.18
Hex 48 15 41 0 47 A 48 134 37 12
Octal 110 25 101 0 107 12 110 464 67 22
Binary 1001000 10101 1000001 0 1000111 1010 1001000 100110100 110111 10010

Color Harmonies of #481541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481541

Black with #481541

Text Example


Text Example

White with #481541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481541; }

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

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

background-color css

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

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

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

border-color css

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

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

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