#83223A

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

Shades of Shiraz #83223A

Tints of Shiraz #83223A

Color information

#83223A (or 0x83223A) is unknown color: approx Shiraz. HEX triplet: 83, 22 and 3A. RGB value is (131,34,58). Sum of RGB (Red+Green+Blue) = 131+34+58=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #83223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83223A is #7CDDC5. Grayscale: #414141. Windows color (decimal): -8183238 or 3809923. OLE color: 3809923.

HSL color Cylindrical-coordinate representation of color #83223A: hue angle of 345.15º 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 #83223A is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1313458-
CMYK00.740.560.49
HSL345.15º58.79%32.35%-
HSV(B)345.15º74.05%51.37%-
XYZ10.76.274.65-
YUV65.74123.64174.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 58.74%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=58.74%
G=15.25%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131345800.740.560.49345.1558.7932.35
Hex83223A04A38311593b20
Octal2034272011270615317340
Binary1000001110001011101001001010111000110001101011001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83223A; }

 p { color: rgb(131,34,58); }

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

<style>
 a { background-color: #83223A; }

 a { background-color: rgb(131,34,58); }

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

<style>
 span { border-color: #83223A; }

 span { border-color: rgb(131,34,58); }

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