#821836

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

Shades of Scarlett #821836

Tints of Scarlett #821836

Color information

#821836 (or 0x821836) is unknown color: approx Scarlett. HEX triplet: 82, 18 and 36. RGB value is (130,24,54). Sum of RGB (Red+Green+Blue) = 130+24+54=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #821836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821836 is #7DE7C9. Grayscale: #3B3B3B. Windows color (decimal): -8251338 or 3545218. OLE color: 3545218.

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

Color convert

RGB1302454-
CMYK00.820.580.49
HSL343.02º68.83%30.2%-
HSV(B)343.02º81.54%50.98%-
XYZ10.25.674.05-
YUV59.11125.12178.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.5%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 54 (21.48% from 255) = 25.96%
R=62.5%
G=11.54%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130245400.820.580.49343.0268.8330.2
Hex8218360523A31157451e
Octal20230660122726152710536
Binary100000101100011011001010010111010110001101010111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821836; }

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

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

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

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

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

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

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

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