#84142D

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

Shades of Scarlett #84142D

Tints of Scarlett #84142D

Color information

#84142D (or 0x84142D) is unknown color: approx Scarlett. HEX triplet: 84, 14 and 2D. RGB value is (132,20,45). Sum of RGB (Red+Green+Blue) = 132+20+45=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #84142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84142D is #7BEBD2. Grayscale: #383838. Windows color (decimal): -8121299 or 2954372. OLE color: 2954372.

HSL color Cylindrical-coordinate representation of color #84142D: hue angle of 346.61º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84142D is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1322045-
CMYK00.850.660.48
HSL346.61º73.68%29.8%-
HSV(B)346.61º84.85%51.76%-
XYZ10.245.63.02-
YUV56.34121.61181.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 67.01%
GREEN value IS 20 (8.20% from 255) = 10.15%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=67.01%
G=10.15%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132204500.850.660.48346.6173.6829.8
Hex84142D055423015b4a1e
Octal204245501251026053311236
Binary1000010010100101101010101011000010110000101011011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84142D; }

 p { color: rgb(132,20,45); }

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

<style>
 a { background-color: #84142D; }

 a { background-color: rgb(132,20,45); }

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

<style>
 span { border-color: #84142D; }

 span { border-color: rgb(132,20,45); }

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