#8B122D

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

Shades of Scarlett #8B122D

Tints of Scarlett #8B122D

Color information

#8B122D (or 0x8B122D) is unknown color: approx Scarlett. HEX triplet: 8B, 12 and 2D. RGB value is (139,18,45). Sum of RGB (Red+Green+Blue) = 139+18+45=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B122D is #74EDD2. Grayscale: #393939. Windows color (decimal): -7663059 or 2953867. OLE color: 2953867.

HSL color Cylindrical-coordinate representation of color #8B122D: hue angle of 346.61º 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 #8B122D is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1391845-
CMYK00.870.680.45
HSL346.61º77.07%30.78%-
HSV(B)346.61º87.05%54.51%-
XYZ11.346.113.06-
YUV57.26121.09186.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.81%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=68.81%
G=8.91%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139184500.870.680.45346.6177.0730.78
Hex8B122D057442D15b4d1f
Octal213225501271045553311537
Binary1000101110010101101010101111000100101101101011011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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