#8A152E

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

Shades of Scarlett #8A152E

Tints of Scarlett #8A152E

Color information

#8A152E (or 0x8A152E) is unknown color: approx Scarlett. HEX triplet: 8A, 15 and 2E. RGB value is (138,21,46). Sum of RGB (Red+Green+Blue) = 138+21+46=205 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.32% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 138 - color contains mainly: red. Hex color #8A152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A152E is #75EAD1. Grayscale: #3A3A3A. Windows color (decimal): -7727826 or 3020170. OLE color: 3020170.

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

Color convert

RGB1382146-
CMYK00.850.670.46
HSL347.18º73.58%31.18%-
HSV(B)347.18º84.78%54.12%-
XYZ11.246.143.18-
YUV58.83120.76184.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 67.32%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=67.32%
G=10.24%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138214600.850.670.46347.1873.5831.18
Hex8A152E055432E15b4a1f
Octal212255601251035653311237
Binary1000101010101101110010101011000011101110101011011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,21,46); }

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

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

 a { background-color: rgb(138,21,46); }

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

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

 span { border-color: rgb(138,21,46); }

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