#83263C

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

Shades of Shiraz #83263C

Tints of Shiraz #83263C

Color information

#83263C (or 0x83263C) is unknown color: approx Shiraz. HEX triplet: 83, 26 and 3C. RGB value is (131,38,60). Sum of RGB (Red+Green+Blue) = 131+38+60=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #83263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83263C is #7CD9C3. Grayscale: #444444. Windows color (decimal): -8182212 or 3942019. OLE color: 3942019.

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

Color convert

RGB1313860-
CMYK00.710.540.49
HSL345.81º55.03%33.14%-
HSV(B)345.81º70.99%51.37%-
XYZ10.876.544.96-
YUV68.32123.31172.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.21%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=57.21%
G=16.59%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131386000.710.540.49345.8155.0333.14
Hex83263C047363115a3721
Octal2034674010766615326741
Binary1000001110011011110001000111110110110001101011010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,38,60); }

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

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

 a { background-color: rgb(131,38,60); }

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

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

 span { border-color: rgb(131,38,60); }

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