#821739

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

Shades of Scarlett #821739

Tints of Scarlett #821739

Color information

#821739 (or 0x821739) is unknown color: approx Scarlett. HEX triplet: 82, 17 and 39. RGB value is (130,23,57). Sum of RGB (Red+Green+Blue) = 130+23+57=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #821739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821739 is #7DE8C6. Grayscale: #3A3A3A. Windows color (decimal): -8251591 or 3741570. OLE color: 3741570.

HSL color Cylindrical-coordinate representation of color #821739: hue angle of 340.93º 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 #821739 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1302357-
CMYK00.820.560.49
HSL340.93º69.93%30%-
HSV(B)340.93º82.31%50.98%-
XYZ10.255.654.42-
YUV58.87126.95178.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.90%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 57 (22.66% from 255) = 27.14%
R=61.90%
G=10.95%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130235700.820.560.49340.9369.9330
Hex8217390523831155461e
Octal20227710122706152510636
Binary100000101011111100101010010111000110001101010101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821739; }

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

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

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

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

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

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

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

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