#84202B

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

Shades of Scarlett #84202B

Tints of Scarlett #84202B

Color information

#84202B (or 0x84202B) is unknown color: approx Scarlett. HEX triplet: 84, 20 and 2B. RGB value is (132,32,43). Sum of RGB (Red+Green+Blue) = 132+32+43=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #84202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84202B is #7BDFD4. Grayscale: #3F3F3F. Windows color (decimal): -8118229 or 2826372. OLE color: 2826372.

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

Color convert

RGB1323243-
CMYK00.760.670.48
HSL353.4º60.98%32.16%-
HSV(B)353.4º75.76%51.76%-
XYZ10.476.112.91-
YUV63.15116.63177.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.77%
GREEN value IS 32 (12.89% from 255) = 15.46%
BLUE value IS 43 (17.19% from 255) = 20.77%
R=63.77%
G=15.46%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132324300.760.670.48353.460.9832.16
Hex84202B04C43301613d20
Octal20440530114103605417540
Binary10000100100000101011010011001000011110000101100001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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