#84222D

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

Shades of Scarlett #84222D

Tints of Scarlett #84222D

Color information

#84222D (or 0x84222D) is unknown color: approx Scarlett. HEX triplet: 84, 22 and 2D. RGB value is (132,34,45). Sum of RGB (Red+Green+Blue) = 132+34+45=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84222D is #7BDDD2. Grayscale: #404040. Windows color (decimal): -8117715 or 2957956. OLE color: 2957956.

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

Color convert

RGB1323445-
CMYK00.740.660.48
HSL353.27º59.04%32.55%-
HSV(B)353.27º74.24%51.76%-
XYZ10.566.243.13-
YUV64.56116.97176.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.56%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 45 (17.97% from 255) = 21.33%
R=62.56%
G=16.11%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132344500.740.660.48353.2759.0432.55
Hex84222D04A42301613b21
Octal20442550112102605417341
Binary10000100100010101101010010101000010110000101100001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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