#84202F

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

Shades of Scarlett #84202F

Tints of Scarlett #84202F

Color information

#84202F (or 0x84202F) is unknown color: approx Scarlett. HEX triplet: 84, 20 and 2F. RGB value is (132,32,47). Sum of RGB (Red+Green+Blue) = 132+32+47=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84202F is #7BDFD0. Grayscale: #3F3F3F. Windows color (decimal): -8118225 or 3088516. OLE color: 3088516.

HSL color Cylindrical-coordinate representation of color #84202F: hue angle of 351º 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 #84202F is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1323247-
CMYK00.760.640.48
HSL351º60.98%32.16%-
HSV(B)351º75.76%51.76%-
XYZ10.556.143.32-
YUV63.61118.63176.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.56%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 47 (18.75% from 255) = 22.27%
R=62.56%
G=15.17%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132324700.760.640.4835160.9832.16
Hex84202F04C403015f3d20
Octal20440570114100605377540
Binary10000100100000101111010011001000000110000101011111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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