#821835

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

Shades of Scarlett #821835

Tints of Scarlett #821835

Color information

#821835 (or 0x821835) is unknown color: approx Scarlett. HEX triplet: 82, 18 and 35. RGB value is (130,24,53). Sum of RGB (Red+Green+Blue) = 130+24+53=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #821835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821835 is #7DE7CA. Grayscale: #3A3A3A. Windows color (decimal): -8251339 or 3479682. OLE color: 3479682.

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

Color convert

RGB1302453-
CMYK00.820.590.49
HSL343.58º68.83%30.2%-
HSV(B)343.58º81.54%50.98%-
XYZ10.185.663.92-
YUV59124.62178.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.80%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=62.80%
G=11.59%
B=25.60%

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
Decimal130245300.820.590.49343.5868.8330.2
Hex8218350523B31158451e
Octal20230650122736153010536
Binary100000101100011010101010010111011110001101011000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821835; }

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

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

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

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

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

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

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

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