#83222D

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

Shades of Scarlett #83222D

Tints of Scarlett #83222D

Color information

#83222D (or 0x83222D) is unknown color: approx Scarlett. HEX triplet: 83, 22 and 2D. RGB value is (131,34,45). Sum of RGB (Red+Green+Blue) = 131+34+45=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83222D is #7CDDD2. Grayscale: #404040. Windows color (decimal): -8183251 or 2957955. OLE color: 2957955.

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

Color convert

RGB1313445-
CMYK00.740.660.49
HSL353.2º58.79%32.35%-
HSV(B)353.2º74.05%51.37%-
XYZ10.416.163.12-
YUV64.26117.14175.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.38%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 45 (17.97% from 255) = 21.43%
R=62.38%
G=16.19%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131344500.740.660.49353.258.7932.35
Hex83222D04A42311613b20
Octal20342550112102615417340
Binary10000011100010101101010010101000010110001101100001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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