#821332

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

Shades of Scarlett #821332

Tints of Scarlett #821332

Color information

#821332 (or 0x821332) is unknown color: approx Scarlett. HEX triplet: 82, 13 and 32. RGB value is (130,19,50). Sum of RGB (Red+Green+Blue) = 130+19+50=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #821332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821332 is #7DECCD. Grayscale: #373737. Windows color (decimal): -8252622 or 3281794. OLE color: 3281794.

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

Color convert

RGB1301950-
CMYK00.850.620.49
HSL343.24º74.5%29.22%-
HSV(B)343.24º85.38%50.98%-
XYZ10.015.443.54-
YUV55.72124.77180.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.33%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=65.33%
G=9.55%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130195000.850.620.49343.2474.529.22
Hex8213320553E311574a1d
Octal20223620125766152711235
Binary100000101001111001001010101111110110001101010111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821332; }

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

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

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

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

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

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

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

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