#821824

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

Shades of Scarlett #821824

Tints of Scarlett #821824

Color information

#821824 (or 0x821824) is unknown color: approx Scarlett. HEX triplet: 82, 18 and 24. RGB value is (130,24,36). Sum of RGB (Red+Green+Blue) = 130+24+36=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #821824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821824 is #7DE7DB. Grayscale: #393939. Windows color (decimal): -8251356 or 2365570. OLE color: 2365570.

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

Color convert

RGB1302436-
CMYK00.820.720.49
HSL353.21º68.83%30.2%-
HSV(B)353.21º81.54%50.98%-
XYZ9.855.532.22-
YUV57.06116.12180.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.42%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 36 (14.45% from 255) = 18.95%
R=68.42%
G=12.63%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130243600.820.720.49353.2168.8330.2
Hex8218240524831161451e
Octal202304401221106154110536
Binary1000001011000100100010100101001000110001101100001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821824; }

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

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

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

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

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

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

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

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