#821F39

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

Shades of Shiraz #821F39

Tints of Shiraz #821F39

Color information

#821F39 (or 0x821F39) is unknown color: approx Shiraz. HEX triplet: 82, 1F and 39. RGB value is (130,31,57). Sum of RGB (Red+Green+Blue) = 130+31+57=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #821F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821F39 is #7DE0C6. Grayscale: #3F3F3F. Windows color (decimal): -8249543 or 3743618. OLE color: 3743618.

HSL color Cylindrical-coordinate representation of color #821F39: hue angle of 344.24º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #821F39 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1303157-
CMYK00.760.560.49
HSL344.24º61.49%31.57%-
HSV(B)344.24º76.15%50.98%-
XYZ10.436.024.48-
YUV63.56124.3175.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.63%
GREEN value IS 31 (12.5% from 255) = 14.22%
BLUE value IS 57 (22.66% from 255) = 26.15%
R=59.63%
G=14.22%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130315700.760.560.49344.2461.4931.57
Hex821F3904C38311583d20
Octal2023771011470615307540
Binary100000101111111100101001100111000110001101011000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,31,57); }

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

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

 a { background-color: rgb(130,31,57); }

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

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

 span { border-color: rgb(130,31,57); }

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