#8B142D

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

Shades of Scarlett #8B142D

Tints of Scarlett #8B142D

Color information

#8B142D (or 0x8B142D) is unknown color: approx Scarlett. HEX triplet: 8B, 14 and 2D. RGB value is (139,20,45). Sum of RGB (Red+Green+Blue) = 139+20+45=204 (27% of max value = 765). Red value is 139 (54.69% from 255 or 68.14% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 139 - color contains mainly: red. Hex color #8B142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B142D is #74EBD2. Grayscale: #3A3A3A. Windows color (decimal): -7662547 or 2954379. OLE color: 2954379.

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

Color convert

RGB1392045-
CMYK00.860.680.45
HSL347.39º74.84%31.18%-
HSV(B)347.39º85.61%54.51%-
XYZ11.376.183.08-
YUV58.43120.42185.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.14%
GREEN value IS 20 (8.20% from 255) = 9.80%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=68.14%
G=9.80%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139204500.860.680.45347.3974.8431.18
Hex8B142D056442D15b4b1f
Octal213245501261045553311337
Binary1000101110100101101010101101000100101101101011011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,20,45); }

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

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

 a { background-color: rgb(139,20,45); }

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

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

 span { border-color: rgb(139,20,45); }

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