#8B162C

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

Shades of Scarlett #8B162C

Tints of Scarlett #8B162C

Color information

#8B162C (or 0x8B162C) is unknown color: approx Scarlett. HEX triplet: 8B, 16 and 2C. RGB value is (139,22,44). Sum of RGB (Red+Green+Blue) = 139+22+44=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B162C is #74E9D3. Grayscale: #3B3B3B. Windows color (decimal): -7662036 or 2889355. OLE color: 2889355.

HSL color Cylindrical-coordinate representation of color #8B162C: hue angle of 348.72º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B162C is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1392244-
CMYK00.840.680.45
HSL348.72º72.67%31.57%-
HSV(B)348.72º84.17%54.51%-
XYZ11.396.242.99-
YUV59.49119.26184.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 67.80%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=67.80%
G=10.73%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139224400.840.680.45348.7272.6731.57
Hex8B162C054442D15d4920
Octal213265401241045553511140
Binary10001011101101011000101010010001001011011010111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,22,44); }

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

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

 a { background-color: rgb(139,22,44); }

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

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

 span { border-color: rgb(139,22,44); }

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