#8b122e

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

Shades of Scarlett #8B122E

Tints of Scarlett #8B122E

Color information

#8B122E (or 0x8B122E) is unknown color: approx Scarlett. HEX triplet: 8B, 12 and 2E. RGB value is (139,18,46). Sum of RGB (Red+Green+Blue) = 139+18+46=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B122E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B122E is #74EDD1. Grayscale: #393939. Windows color (decimal): -7663058 or 3019403. OLE color: 3019403.

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

Color convert

RGB1391846-
CMYK00.870.670.45
HSL346.12º77.07%30.78%-
HSV(B)346.12º87.05%54.51%-
XYZ11.366.123.17-
YUV57.37121.59186.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.47%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=68.47%
G=8.87%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139184600.870.670.45346.1277.0730.78
Hex8B122E057432D15a4d1f
Octal213225601271035553211537
Binary1000101110010101110010101111000011101101101011010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b122e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,18,46); }

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

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

 a { background-color: rgb(139,18,46); }

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

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

 span { border-color: rgb(139,18,46); }

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