#8D142B

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

Shades of Scarlett #8D142B

Tints of Scarlett #8D142B

Color information

#8D142B (or 0x8D142B) is unknown color: approx Scarlett. HEX triplet: 8D, 14 and 2B. RGB value is (141,20,43). Sum of RGB (Red+Green+Blue) = 141+20+43=204 (27% of max value = 765). Red value is 141 (55.47% from 255 or 69.12% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 141 - color contains mainly: red. Hex color #8D142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D142B is #72EBD4. Grayscale: #3A3A3A. Windows color (decimal): -7531477 or 2823309. OLE color: 2823309.

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

Color convert

RGB1412043-
CMYK00.860.700.45
HSL348.6º75.16%31.57%-
HSV(B)348.6º85.82%55.29%-
XYZ11.676.342.89-
YUV58.8119.09186.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.12%
GREEN value IS 20 (8.20% from 255) = 9.80%
BLUE value IS 43 (17.19% from 255) = 21.08%
R=69.12%
G=9.80%
B=21.08%

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
Decimal141204300.860.700.45348.675.1631.57
Hex8D142B056462D15d4b20
Octal215245301261065553511340
Binary10001101101001010110101011010001101011011010111011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,20,43); }

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

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

 a { background-color: rgb(141,20,43); }

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

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

 span { border-color: rgb(141,20,43); }

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