#821726

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

Shades of Scarlett #821726

Tints of Scarlett #821726

Color information

#821726 (or 0x821726) is unknown color: approx Scarlett. HEX triplet: 82, 17 and 26. RGB value is (130,23,38). Sum of RGB (Red+Green+Blue) = 130+23+38=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #821726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821726 is #7DE8D9. Grayscale: #383838. Windows color (decimal): -8251610 or 2496386. OLE color: 2496386.

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

Color convert

RGB1302338-
CMYK00.820.710.49
HSL351.59º69.93%30%-
HSV(B)351.59º82.31%50.98%-
XYZ9.865.52.38-
YUV56.7117.45180.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.06%
GREEN value IS 23 (9.38% from 255) = 12.04%
BLUE value IS 38 (15.23% from 255) = 19.90%
R=68.06%
G=12.04%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130233800.820.710.49351.5969.9330
Hex8217260524731160461e
Octal202274601221076154010636
Binary1000001010111100110010100101000111110001101100000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821726; }

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

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

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

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

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

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

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

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