#171201

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

Shades of Maire #171201

Tints of Maire #171201

Color information

#171201 (or 0x171201) is unknown color: approx Maire. HEX triplet: 17, 12 and 01. RGB value is (23,18,1). Sum of RGB (Red+Green+Blue) = 23+18+1=42 (5% of max value = 765). Red value is 23 (9.38% from 255 or 54.76% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 23 - color contains mainly: red. Hex color #171201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171201 is #E8EDFE. Grayscale: #111111. Windows color (decimal): -15265279 or 70167. OLE color: 70167.

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

Color convert

RGB23181-
CMYK00.220.960.91
HSL46.36º91.67%4.71%-
HSV(B)46.36º95.65%9.02%-
XYZ0.580.620.12-
YUV17.56118.66131.88-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 54.76%
GREEN value IS 18 (7.42% from 255) = 42.86%
BLUE value IS 1 (0.78% from 255) = 2.38%
R=54.76%
G=42.86%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2318100.220.960.9146.3691.674.71
Hex17121016605B2e5c5
Octal27221026140133561345
Binary10111100101010110110000010110111011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171201; }

 p { color: rgb(23,18,1); }

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

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

 a { background-color: rgb(23,18,1); }

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

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

 span { border-color: rgb(23,18,1); }

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