#83203F

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

Shades of Shiraz #83203F

Tints of Shiraz #83203F

Color information

#83203F (or 0x83203F) is unknown color: approx Shiraz. HEX triplet: 83, 20 and 3F. RGB value is (131,32,63). Sum of RGB (Red+Green+Blue) = 131+32+63=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #83203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83203F is #7CDFC0. Grayscale: #414141. Windows color (decimal): -8183745 or 4137091. OLE color: 4137091.

HSL color Cylindrical-coordinate representation of color #83203F: hue angle of 341.21º 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 #83203F is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1313263-
CMYK00.760.520.49
HSL341.21º60.74%31.96%-
HSV(B)341.21º75.57%51.37%-
XYZ10.776.225.33-
YUV65.13126.8174.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.96%
GREEN value IS 32 (12.89% from 255) = 14.16%
BLUE value IS 63 (25% from 255) = 27.88%
R=57.96%
G=14.16%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131326300.760.520.49341.2160.7431.96
Hex83203F04C34311553d20
Octal2034077011464615257540
Binary1000001110000011111101001100110100110001101010101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83203F; }

 p { color: rgb(131,32,63); }

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

<style>
 a { background-color: #83203F; }

 a { background-color: rgb(131,32,63); }

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

<style>
 span { border-color: #83203F; }

 span { border-color: rgb(131,32,63); }

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