#84202D

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

Shades of Scarlett #84202D

Tints of Scarlett #84202D

Color information

#84202D (or 0x84202D) is unknown color: approx Scarlett. HEX triplet: 84, 20 and 2D. RGB value is (132,32,45). Sum of RGB (Red+Green+Blue) = 132+32+45=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #84202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84202D is #7BDFD2. Grayscale: #3F3F3F. Windows color (decimal): -8118227 or 2957444. OLE color: 2957444.

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

Color convert

RGB1323245-
CMYK00.760.660.48
HSL352.2º60.98%32.16%-
HSV(B)352.2º75.76%51.76%-
XYZ10.516.133.11-
YUV63.38117.63176.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.16%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 45 (17.97% from 255) = 21.53%
R=63.16%
G=15.31%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132324500.760.660.48352.260.9832.16
Hex84202D04C42301603d20
Octal20440550114102605407540
Binary10000100100000101101010011001000010110000101100000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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