#821B32

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

Shades of Scarlett #821B32

Tints of Scarlett #821B32

Color information

#821B32 (or 0x821B32) is unknown color: approx Scarlett. HEX triplet: 82, 1B and 32. RGB value is (130,27,50). Sum of RGB (Red+Green+Blue) = 130+27+50=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #821B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B32 is #7DE4CD. Grayscale: #3C3C3C. Windows color (decimal): -8250574 or 3283842. OLE color: 3283842.

HSL color Cylindrical-coordinate representation of color #821B32: hue angle of 346.6º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #821B32 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1302750-
CMYK00.790.620.49
HSL346.6º65.61%30.78%-
HSV(B)346.6º79.23%50.98%-
XYZ10.175.763.59-
YUV60.42122.12177.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.80%
GREEN value IS 27 (10.94% from 255) = 13.04%
BLUE value IS 50 (19.92% from 255) = 24.15%
R=62.80%
G=13.04%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130275000.790.620.49346.665.6130.78
Hex821B3204F3E3115b421f
Octal20233620117766153310237
Binary100000101101111001001001111111110110001101011011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821B32; }

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

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

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

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

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

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

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

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