#82223C

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

Shades of Shiraz #82223C

Tints of Shiraz #82223C

Color information

#82223C (or 0x82223C) is unknown color: approx Shiraz. HEX triplet: 82, 22 and 3C. RGB value is (130,34,60). Sum of RGB (Red+Green+Blue) = 130+34+60=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #82223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82223C is #7DDDC3. Grayscale: #414141. Windows color (decimal): -8248772 or 3940994. OLE color: 3940994.

HSL color Cylindrical-coordinate representation of color #82223C: hue angle of 343.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82223C is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1303460-
CMYK00.740.540.49
HSL343.75º58.54%32.16%-
HSV(B)343.75º73.85%50.98%-
XYZ10.596.224.92-
YUV65.67124.8173.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.04%
GREEN value IS 34 (13.67% from 255) = 15.18%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=58.04%
G=15.18%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130346000.740.540.49343.7558.5432.16
Hex82223C04A36311583b20
Octal2024274011266615307340
Binary1000001010001011110001001010110110110001101011000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82223C; }

 p { color: rgb(130,34,60); }

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

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

 a { background-color: rgb(130,34,60); }

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

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

 span { border-color: rgb(130,34,60); }

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