#83203E

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

Shades of Shiraz #83203E

Tints of Shiraz #83203E

Color information

#83203E (or 0x83203E) is unknown color: approx Shiraz. HEX triplet: 83, 20 and 3E. RGB value is (131,32,62). Sum of RGB (Red+Green+Blue) = 131+32+62=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #83203E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83203E is #7CDFC1. Grayscale: #414141. Windows color (decimal): -8183746 or 4071555. OLE color: 4071555.

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

Color convert

RGB1313262-
CMYK00.760.530.49
HSL341.82º60.74%31.96%-
HSV(B)341.82º75.57%51.37%-
XYZ10.756.215.19-
YUV65.02126.3175.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 58.22%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=58.22%
G=14.22%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131326200.760.530.49341.8260.7431.96
Hex83203E04C35311563d20
Octal2034076011465615267540
Binary1000001110000011111001001100110101110001101010110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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