#8A1132

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

Shades of Scarlett #8A1132

Tints of Scarlett #8A1132

Color information

#8A1132 (or 0x8A1132) is unknown color: approx Scarlett. HEX triplet: 8A, 11 and 32. RGB value is (138,17,50). Sum of RGB (Red+Green+Blue) = 138+17+50=205 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.32% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1132 is #75EECD. Grayscale: #383838. Windows color (decimal): -7728846 or 3281290. OLE color: 3281290.

HSL color Cylindrical-coordinate representation of color #8A1132: hue angle of 343.64º 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 #8A1132 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB1381750-
CMYK00.880.640.46
HSL343.64º78.06%30.39%-
HSV(B)343.64º87.68%54.12%-
XYZ11.266.033.59-
YUV56.94124.09185.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 67.32%
GREEN value IS 17 (7.03% from 255) = 8.29%
BLUE value IS 50 (19.92% from 255) = 24.39%
R=67.32%
G=8.29%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138175000.880.640.46343.6478.0630.39
Hex8A1132058402E1584e1e
Octal212216201301005653011636
Binary1000101010001110010010110001000000101110101011000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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