#821328

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

Shades of Scarlett #821328

Tints of Scarlett #821328

Color information

#821328 (or 0x821328) is unknown color: approx Scarlett. HEX triplet: 82, 13 and 28. RGB value is (130,19,40). Sum of RGB (Red+Green+Blue) = 130+19+40=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #821328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821328 is #7DECD7. Grayscale: #363636. Windows color (decimal): -8252632 or 2626434. OLE color: 2626434.

HSL color Cylindrical-coordinate representation of color #821328: hue angle of 348.65º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821328 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1301940-
CMYK00.850.690.49
HSL348.65º74.5%29.22%-
HSV(B)348.65º85.38%50.98%-
XYZ9.825.362.53-
YUV54.58119.77181.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.78%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=68.78%
G=10.05%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130194000.850.690.49348.6574.529.22
Hex821328055453115d4a1d
Octal202235001251056153511235
Binary1000001010011101000010101011000101110001101011101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821328; }

 p { color: rgb(130,19,40); }

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

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

 a { background-color: rgb(130,19,40); }

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

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

 span { border-color: rgb(130,19,40); }

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