#82213B

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

Shades of Shiraz #82213B

Tints of Shiraz #82213B

Color information

#82213B (or 0x82213B) is unknown color: approx Shiraz. HEX triplet: 82, 21 and 3B. RGB value is (130,33,59). Sum of RGB (Red+Green+Blue) = 130+33+59=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #82213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82213B is #7DDEC4. Grayscale: #404040. Windows color (decimal): -8249029 or 3875202. OLE color: 3875202.

HSL color Cylindrical-coordinate representation of color #82213B: hue angle of 343.92º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82213B is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1303359-
CMYK00.750.550.49
HSL343.92º59.51%31.96%-
HSV(B)343.92º74.62%50.98%-
XYZ10.546.154.77-
YUV64.97124.64174.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.56%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=58.56%
G=14.86%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130335900.750.550.49343.9259.5131.96
Hex82213B04B37311583c20
Octal2024173011367615307440
Binary1000001010000111101101001011110111110001101011000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82213B; }

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

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

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

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

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

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

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

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