#821336

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

Shades of Scarlett #821336

Tints of Scarlett #821336

Color information

#821336 (or 0x821336) is unknown color: approx Scarlett. HEX triplet: 82, 13 and 36. RGB value is (130,19,54). Sum of RGB (Red+Green+Blue) = 130+19+54=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #821336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821336 is #7DECC9. Grayscale: #383838. Windows color (decimal): -8252618 or 3543938. OLE color: 3543938.

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

Color convert

RGB1301954-
CMYK00.850.580.49
HSL341.08º74.5%29.22%-
HSV(B)341.08º85.38%50.98%-
XYZ10.15.484.01-
YUV56.18126.77180.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.04%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 54 (21.48% from 255) = 26.60%
R=64.04%
G=9.36%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130195400.850.580.49341.0874.529.22
Hex8213360553A311554a1d
Octal20223660125726152511235
Binary100000101001111011001010101111010110001101010101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821336; }

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

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

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

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

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

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

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

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