#8B152C

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

Shades of Scarlett #8B152C

Tints of Scarlett #8B152C

Color information

#8B152C (or 0x8B152C) is unknown color: approx Scarlett. HEX triplet: 8B, 15 and 2C. RGB value is (139,21,44). Sum of RGB (Red+Green+Blue) = 139+21+44=204 (27% of max value = 765). Red value is 139 (54.69% from 255 or 68.14% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 139 - color contains mainly: red. Hex color #8B152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B152C is #74EAD3. Grayscale: #3A3A3A. Windows color (decimal): -7662292 or 2889099. OLE color: 2889099.

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

Color convert

RGB1392144-
CMYK00.850.680.45
HSL348.31º73.75%31.37%-
HSV(B)348.31º84.89%54.51%-
XYZ11.376.212.98-
YUV58.9119.59185.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.14%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=68.14%
G=10.29%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139214400.850.680.45348.3173.7531.37
Hex8B152C055442D15c4a1f
Octal213255401251045553411237
Binary1000101110101101100010101011000100101101101011100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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