#8A1133

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

Shades of Scarlett #8A1133

Tints of Scarlett #8A1133

Color information

#8A1133 (or 0x8A1133) is unknown color: approx Scarlett. HEX triplet: 8A, 11 and 33. RGB value is (138,17,51). Sum of RGB (Red+Green+Blue) = 138+17+51=206 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.99% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1133 is #75EECC. Grayscale: #393939. Windows color (decimal): -7728845 or 3346826. OLE color: 3346826.

HSL color Cylindrical-coordinate representation of color #8A1133: hue angle of 343.14º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1133 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB1381751-
CMYK00.880.630.46
HSL343.14º78.06%30.39%-
HSV(B)343.14º87.68%54.12%-
XYZ11.286.043.7-
YUV57.06124.59185.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.99%
GREEN value IS 17 (7.03% from 255) = 8.25%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=66.99%
G=8.25%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138175100.880.630.46343.1478.0630.39
Hex8A11330583F2E1574e1e
Octal21221630130775652711636
Binary100010101000111001101011000111111101110101010111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,17,51); }

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

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

 a { background-color: rgb(138,17,51); }

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

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

 span { border-color: rgb(138,17,51); }

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