#821735

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

Shades of Scarlett #821735

Tints of Scarlett #821735

Color information

#821735 (or 0x821735) is unknown color: approx Scarlett. HEX triplet: 82, 17 and 35. RGB value is (130,23,53). Sum of RGB (Red+Green+Blue) = 130+23+53=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #821735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821735 is #7DE8CA. Grayscale: #3A3A3A. Windows color (decimal): -8251595 or 3479426. OLE color: 3479426.

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

Color convert

RGB1302353-
CMYK00.820.590.49
HSL343.18º69.93%30%-
HSV(B)343.18º82.31%50.98%-
XYZ10.155.623.92-
YUV58.41124.95179.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.11%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=63.11%
G=11.17%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130235300.820.590.49343.1869.9330
Hex8217350523B31157461e
Octal20227650122736152710636
Binary100000101011111010101010010111011110001101010111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821735; }

 p { color: rgb(130,23,53); }

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

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

 a { background-color: rgb(130,23,53); }

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

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

 span { border-color: rgb(130,23,53); }

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