#8B152B

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

Shades of Scarlett #8B152B

Tints of Scarlett #8B152B

Color information

#8B152B (or 0x8B152B) is unknown color: approx Scarlett. HEX triplet: 8B, 15 and 2B. RGB value is (139,21,43). Sum of RGB (Red+Green+Blue) = 139+21+43=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B152B is #74EAD4. Grayscale: #3A3A3A. Windows color (decimal): -7662293 or 2823563. OLE color: 2823563.

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

Color convert

RGB1392143-
CMYK00.850.690.45
HSL348.81º73.75%31.37%-
HSV(B)348.81º84.89%54.51%-
XYZ11.356.22.88-
YUV58.79119.09185.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.47%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 43 (17.19% from 255) = 21.18%
R=68.47%
G=10.34%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139214300.850.690.45348.8173.7531.37
Hex8B152B055452D15d4a1f
Octal213255301251055553511237
Binary1000101110101101011010101011000101101101101011101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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