#170515

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

Shades of Mardi Gras #170515

Tints of Mardi Gras #170515

Color information

#170515 (or 0x170515) is unknown color: approx Mardi Gras. HEX triplet: 17, 05 and 15. RGB value is (23,5,21). Sum of RGB (Red+Green+Blue) = 23+5+21=49 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46.94% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 23 - color contains mainly: red. Hex color #170515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170515 is #E8FAEA. Grayscale: #0C0C0C. Windows color (decimal): -15268587 or 1377559. OLE color: 1377559.

HSL color Cylindrical-coordinate representation of color #170515: hue angle of 306.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #170515 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB23521-
CMYK00.780.090.91
HSL306.67º64.29%5.49%-
HSV(B)306.67º78.26%9.02%-
XYZ0.540.340.75-
YUV12.21132.96135.7-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 46.94%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 21 (8.59% from 255) = 42.86%
R=46.94%
G=10.20%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2352100.780.090.91306.6764.295.49
Hex1751504E95B133405
Octal275250116111334631005
Binary101111011010101001110100110110111001100111000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170515; }

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

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

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

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

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

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

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

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