#8A1432

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

Shades of Scarlett #8A1432

Tints of Scarlett #8A1432

Color information

#8A1432 (or 0x8A1432) is unknown color: approx Scarlett. HEX triplet: 8A, 14 and 32. RGB value is (138,20,50). Sum of RGB (Red+Green+Blue) = 138+20+50=208 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.35% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1432 is #75EBCD. Grayscale: #3A3A3A. Windows color (decimal): -7728078 or 3282058. OLE color: 3282058.

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

Color convert

RGB1382050-
CMYK00.860.640.46
HSL344.75º74.68%30.98%-
HSV(B)344.75º85.51%54.12%-
XYZ11.316.133.61-
YUV58.7123.09184.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.35%
GREEN value IS 20 (8.20% from 255) = 9.62%
BLUE value IS 50 (19.92% from 255) = 24.04%
R=66.35%
G=9.62%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138205000.860.640.46344.7574.6830.98
Hex8A1432056402E1594b1f
Octal212246201261005653111337
Binary1000101010100110010010101101000000101110101011001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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