#8A1328

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

Shades of Scarlett #8A1328

Tints of Scarlett #8A1328

Color information

#8A1328 (or 0x8A1328) is unknown color: approx Scarlett. HEX triplet: 8A, 13 and 28. RGB value is (138,19,40). Sum of RGB (Red+Green+Blue) = 138+19+40=197 (26% of max value = 765). Red value is 138 (54.30% from 255 or 70.05% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1328 is #75ECD7. Grayscale: #393939. Windows color (decimal): -7728344 or 2626442. OLE color: 2626442.

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

Color convert

RGB1381940-
CMYK00.860.710.46
HSL349.41º75.8%30.78%-
HSV(B)349.41º86.23%54.12%-
XYZ11.16.022.59-
YUV56.98118.42185.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 70.05%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 40 (16.02% from 255) = 20.30%
R=70.05%
G=9.64%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138194000.860.710.46349.4175.830.78
Hex8A1328056472E15d4c1f
Octal212235001261075653511437
Binary1000101010011101000010101101000111101110101011101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,19,40); }

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

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

 a { background-color: rgb(138,19,40); }

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

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

 span { border-color: rgb(138,19,40); }

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