#8A182E

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

Shades of Scarlett #8A182E

Tints of Scarlett #8A182E

Color information

#8A182E (or 0x8A182E) is unknown color: approx Scarlett. HEX triplet: 8A, 18 and 2E. RGB value is (138,24,46). Sum of RGB (Red+Green+Blue) = 138+24+46=208 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.35% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 138 - color contains mainly: red. Hex color #8A182E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A182E is #75E7D1. Grayscale: #3C3C3C. Windows color (decimal): -7727058 or 3020938. OLE color: 3020938.

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

Color convert

RGB1382446-
CMYK00.830.670.46
HSL348.42º70.37%31.76%-
HSV(B)348.42º82.61%54.12%-
XYZ11.36.253.2-
YUV60.59119.77183.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.35%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=66.35%
G=11.54%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138244600.830.670.46348.4270.3731.76
Hex8A182E053432E15c4620
Octal212305601231035653410640
Binary10001010110001011100101001110000111011101010111001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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