#80172C

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

Shades of Scarlett #80172C

Tints of Scarlett #80172C

Color information

#80172C (or 0x80172C) is unknown color: approx Scarlett. HEX triplet: 80, 17 and 2C. RGB value is (128,23,44). Sum of RGB (Red+Green+Blue) = 128+23+44=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #80172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80172C is #7FE8D3. Grayscale: #383838. Windows color (decimal): -8382676 or 2889600. OLE color: 2889600.

HSL color Cylindrical-coordinate representation of color #80172C: hue angle of 348º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80172C is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1282344-
CMYK00.820.660.50
HSL348º69.54%29.61%-
HSV(B)348º82.03%50.2%-
XYZ9.665.382.91-
YUV56.79120.79178.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 65.64%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=65.64%
G=11.79%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128234400.820.660.5034869.5429.61
Hex80172C052423215c461e
Octal200275401221026253410636
Binary1000000010111101100010100101000010110010101011100100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80172C; }

 p { color: rgb(128,23,44); }

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

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

 a { background-color: rgb(128,23,44); }

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

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

 span { border-color: rgb(128,23,44); }

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