#821637

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

Shades of Scarlett #821637

Tints of Scarlett #821637

Color information

#821637 (or 0x821637) is unknown color: approx Scarlett. HEX triplet: 82, 16 and 37. RGB value is (130,22,55). Sum of RGB (Red+Green+Blue) = 130+22+55=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #821637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821637 is #7DE9C8. Grayscale: #3A3A3A. Windows color (decimal): -8251849 or 3610242. OLE color: 3610242.

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

Color convert

RGB1302255-
CMYK00.830.580.49
HSL341.67º71.05%29.8%-
HSV(B)341.67º83.08%50.98%-
XYZ10.185.64.16-
YUV58.05126.28179.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.80%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 55 (21.88% from 255) = 26.57%
R=62.80%
G=10.63%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130225500.830.580.49341.6771.0529.8
Hex8216370533A31156471e
Octal20226670123726152610736
Binary100000101011011011101010011111010110001101010110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821637; }

 p { color: rgb(130,22,55); }

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

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

 a { background-color: rgb(130,22,55); }

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

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

 span { border-color: rgb(130,22,55); }

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