#8B142A

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

Shades of Scarlett #8B142A

Tints of Scarlett #8B142A

Color information

#8B142A (or 0x8B142A) is unknown color: approx Scarlett. HEX triplet: 8B, 14 and 2A. RGB value is (139,20,42). Sum of RGB (Red+Green+Blue) = 139+20+42=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B142A is #74EBD5. Grayscale: #3A3A3A. Windows color (decimal): -7662550 or 2757771. OLE color: 2757771.

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

Color convert

RGB1392042-
CMYK00.860.700.45
HSL348.91º74.84%31.18%-
HSV(B)348.91º85.61%54.51%-
XYZ11.326.162.78-
YUV58.09118.92185.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 69.15%
GREEN value IS 20 (8.20% from 255) = 9.95%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=69.15%
G=9.95%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139204200.860.700.45348.9174.8431.18
Hex8B142A056462D15d4b1f
Octal213245201261065553511337
Binary1000101110100101010010101101000110101101101011101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,20,42); }

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

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

 a { background-color: rgb(139,20,42); }

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

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

 span { border-color: rgb(139,20,42); }

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