#831522

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

Shades of Scarlett #831522

Tints of Scarlett #831522

Color information

#831522 (or 0x831522) is unknown color: approx Scarlett. HEX triplet: 83, 15 and 22. RGB value is (131,21,34). Sum of RGB (Red+Green+Blue) = 131+21+34=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #831522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831522 is #7CEADD. Grayscale: #373737. Windows color (decimal): -8186590 or 2233731. OLE color: 2233731.

HSL color Cylindrical-coordinate representation of color #831522: hue angle of 352.91º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831522 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB1312134-
CMYK00.840.740.49
HSL352.91º72.37%29.8%-
HSV(B)352.91º83.97%51.37%-
XYZ9.925.482.05-
YUV55.37115.94181.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 70.43%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 34 (13.67% from 255) = 18.28%
R=70.43%
G=11.29%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131213400.840.740.49352.9172.3729.8
Hex8315220544A31161481e
Octal203254201241126154111036
Binary1000001110101100010010101001001010110001101100001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831522; }

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

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

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

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

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

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

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

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