#8A172C

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

Shades of Scarlett #8A172C

Tints of Scarlett #8A172C

Color information

#8A172C (or 0x8A172C) is unknown color: approx Scarlett. HEX triplet: 8A, 17 and 2C. RGB value is (138,23,44). Sum of RGB (Red+Green+Blue) = 138+23+44=205 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.32% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 138 - color contains mainly: red. Hex color #8A172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A172C is #75E8D3. Grayscale: #3B3B3B. Windows color (decimal): -7727316 or 2889610. OLE color: 2889610.

HSL color Cylindrical-coordinate representation of color #8A172C: hue angle of 349.04º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A172C is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB1382344-
CMYK00.830.680.46
HSL349.04º71.43%31.57%-
HSV(B)349.04º83.33%54.12%-
XYZ11.246.22.99-
YUV59.78119.1183.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 67.32%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=67.32%
G=11.22%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138234400.830.680.46349.0471.4331.57
Hex8A172C053442E15d4720
Octal212275401231045653510740
Binary10001010101111011000101001110001001011101010111011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A172C; }

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

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

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

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

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

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

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

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