#481741

Color #481741 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #481741

Tints of Mardi Gras #481741

Color information

#481741 (or 0x481741) is unknown color: approx Mardi Gras. HEX triplet: 48, 17 and 41. RGB value is (72,23,65). Sum of RGB (Red+Green+Blue) = 72+23+65=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #481741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481741 is #B7E8BE. Grayscale: #2A2A2A. Windows color (decimal): -12052671 or 4265800. OLE color: 4265800.

HSL color Cylindrical-coordinate representation of color #481741: hue angle of 308.57º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481741 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB722365-
CMYK00.680.100.72
HSL308.57º51.58%18.63%-
HSV(B)308.57º68.06%28.24%-
XYZ3.932.375.25-
YUV42.44140.73149.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 23 (9.38% from 255) = 14.38%
BLUE value IS 65 (25.78% from 255) = 40.62%
R=45%
G=14.38%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72236500.680.100.72308.5751.5818.63
Hex481741044A481353413
Octal110271010104121104656423
Binary1001000101111000001010001001010100100010011010111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481741; }

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

 H1.HeaderClassName
 {
   color: #481741;
 }
 .AnyTagClassName
 {
   color: #481741;
 }
</style>
background-color css

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

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

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

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

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

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