#1A0517

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

Shades of Mardi Gras #1A0517

Tints of Mardi Gras #1A0517

Color information

#1A0517 (or 0x1A0517) is unknown color: approx Mardi Gras. HEX triplet: 1A, 05 and 17. RGB value is (26,5,23). Sum of RGB (Red+Green+Blue) = 26+5+23=54 (7% of max value = 765). Red value is 26 (10.55% from 255 or 48.15% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0517 is #E5FAE8. Grayscale: #0D0D0D. Windows color (decimal): -15071977 or 1508634. OLE color: 1508634.

HSL color Cylindrical-coordinate representation of color #1A0517: hue angle of 308.57º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A0517 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB26523-
CMYK00.810.120.90
HSL308.57º67.74%6.08%-
HSV(B)308.57º80.77%10.2%-
XYZ0.630.390.85-
YUV13.33133.46137.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 48.15%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 23 (9.38% from 255) = 42.59%
R=48.15%
G=9.26%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2652300.810.120.90308.5767.746.08
Hex1A517051C5A135446
Octal325270121141324651046
Binary110101011011101010001110010110101001101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A0517; }

 p { color: rgb(26,5,23); }

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

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

 a { background-color: rgb(26,5,23); }

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

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

 span { border-color: rgb(26,5,23); }

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