#821E3B

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

Shades of Shiraz #821E3B

Tints of Shiraz #821E3B

Color information

#821E3B (or 0x821E3B) is unknown color: approx Shiraz. HEX triplet: 82, 1E and 3B. RGB value is (130,30,59). Sum of RGB (Red+Green+Blue) = 130+30+59=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #821E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821E3B is #7DE1C4. Grayscale: #3F3F3F. Windows color (decimal): -8249797 or 3874434. OLE color: 3874434.

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

Color convert

RGB1303059-
CMYK00.770.550.49
HSL342.6º62.5%31.37%-
HSV(B)342.6º76.92%50.98%-
XYZ10.465.994.74-
YUV63.21125.63175.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.36%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 59 (23.44% from 255) = 26.94%
R=59.36%
G=13.70%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130305900.770.550.49342.662.531.37
Hex821E3B04D37311573e1f
Octal2023673011567615277637
Binary10000010111101110110100110111011111000110101011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,30,59); }

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

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

 a { background-color: rgb(130,30,59); }

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

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

 span { border-color: rgb(130,30,59); }

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