#171200

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

Shades of Maire #171200

Tints of Maire #171200

Color information

#171200 (or 0x171200) is unknown color: approx Maire. HEX triplet: 17, 12 and 00. RGB value is (23,18,0). Sum of RGB (Red+Green+Blue) = 23+18+0=41 (5% of max value = 765). Red value is 23 (9.38% from 255 or 56.10% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 23 - color contains mainly: red. Hex color #171200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171200 is #E8EDFF. Grayscale: #111111. Windows color (decimal): -15265280 or 4631. OLE color: 4631.

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

Color convert

RGB23180-
CMYK00.2210.91
HSL46.96º100%4.51%-
HSV(B)46.96º100%9.02%-
XYZ0.570.610.09-
YUV17.44118.16131.96-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 56.10%
GREEN value IS 18 (7.42% from 255) = 43.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.10%
G=43.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2318000.2210.9146.961004.51
Hex17120016645B2f645
Octal27220026144133571445
Binary10111100100010110110010010110111011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171200; }

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

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

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

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

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

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

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

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