#8B152E

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

Shades of Scarlett #8B152E

Tints of Scarlett #8B152E

Color information

#8B152E (or 0x8B152E) is unknown color: approx Scarlett. HEX triplet: 8B, 15 and 2E. RGB value is (139,21,46). Sum of RGB (Red+Green+Blue) = 139+21+46=206 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.48% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 139 - color contains mainly: red. Hex color #8B152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B152E is #74EAD1. Grayscale: #3B3B3B. Windows color (decimal): -7662290 or 3020171. OLE color: 3020171.

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

Color convert

RGB1392146-
CMYK00.850.670.45
HSL347.29º73.75%31.37%-
HSV(B)347.29º84.89%54.51%-
XYZ11.416.223.18-
YUV59.13120.59184.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 67.48%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=67.48%
G=10.19%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139214600.850.670.45347.2973.7531.37
Hex8B152E055432D15b4a1f
Octal213255601251035553311237
Binary1000101110101101110010101011000011101101101011011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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